Skip to content

Commit

Permalink
SDA-4552 - Set file name manually
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan committed Apr 22, 2024
1 parent cd98f6e commit fd68bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-win64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ set rootDir="%CD%"
cd %installerDir%

echo "Signing Symphony.exe file.."
smctl sign --tool signtool --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_EXE_PATH% --file-name
smctl sign --tool signtool --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_EXE_PATH% --file-name="Symphony"
smctl sign verify --input %SYMPHONY_EXE_PATH%
IF %errorlevel% neq 0 (
echo "Signing failed"
Expand All @@ -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% --file-name
smctl sign --tool signtool --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_MSI_PATH% --file-name="Symphony"
smctl sign verify --input %SYMPHONY_MSI_PATH%
IF %errorlevel% neq 0 (
echo "Failed to sign installer"
Expand Down

0 comments on commit fd68bcd

Please sign in to comment.