From c96bfeaf59e3b35bc0fd736582b01b0dedb57ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Thu, 15 Sep 2022 21:23:25 +0200 Subject: [PATCH] signtool.exe is not in the path --- ci/win/create_installer.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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