mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:36:07 +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%
|