Skip to content

Commit

Permalink
SDA-4552 - /d for .msi with name
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Apr 22, 2024
1 parent b66b436 commit dcb5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dcb5e3b

Please sign in to comment.