mirror of
https://github.com/tnodir/fort
synced 2024-11-15 14:49:34 +00:00
7 lines
73 B
Batchfile
7 lines
73 B
Batchfile
|
@cd %~dp0
|
||
|
@echo off
|
||
|
|
||
|
@set BIN_PATH=%1
|
||
|
|
||
|
signtool.exe remove /s %BIN_PATH%
|