diff --git a/ci/win/create_installer.cmd b/ci/win/create_installer.cmd index 977a1134..ae46641f 100644 --- a/ci/win/create_installer.cmd +++ b/ci/win/create_installer.cmd @@ -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 .. \ No newline at end of file