mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
signtool.exe is not in the path
This commit is contained in:
parent
4f26db8b03
commit
c96bfeaf59
@ -66,6 +66,6 @@ if "%4"=="qt6" (
|
|||||||
)
|
)
|
||||||
echo "iscc done!"
|
echo "iscc done!"
|
||||||
|
|
||||||
signtool.exe sign /f %5 /p %6 ..\Output\*.exe
|
"C:\Program Files (x86)\Windows Kits\10\bin\x86\signtool.exe" sign /f %5 /p %6 ..\Output\*.exe || exit /b
|
||||||
|
|
||||||
cd ..
|
cd ..
|
Loading…
Reference in New Issue
Block a user