signtool.exe is not in the path

This commit is contained in:
Luis Ángel San Martín 2022-09-15 21:23:25 +02:00
parent 4f26db8b03
commit c96bfeaf59

View File

@ -66,6 +66,6 @@ if "%4"=="qt6" (
)
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 ..