diff --git a/scripts/build-win64.bat b/scripts/build-win64.bat index 7ad914852..7709d8c80 100644 --- a/scripts/build-win64.bat +++ b/scripts/build-win64.bat @@ -139,7 +139,7 @@ echo "Building new installer with Wix Sharp" call "BuildWixSharpInstaller.bat" echo "Signing MSI file.." -smctl sign --tool signtool --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_MSI_PATH% /d +smctl sign --tool signtool /d Symphony --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_MSI_PATH% smctl sign verify --input %SYMPHONY_MSI_PATH% IF %errorlevel% neq 0 ( echo "Failed to sign installer"