Skip to content

Commit 85e81d7

Browse files
SDA-4867 - Update file name (#2357)
1 parent 3c955fa commit 85e81d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/build-win64.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ IF %errorlevel% neq 0 (
122122
exit /b -1
123123
)
124124

125-
set SYMPHONY_SYMVER_EXE_PATH=%WORKSPACE%\dist\Symphony-%SYMVER%-win.exe
126-
echo "Signing Symphony-SYMVER-win.exe file.."
125+
set SYMPHONY_SYMVER_EXE_PATH=%WORKSPACE%\dist\Symphony-%SYMVER%-win-x64.exe
126+
echo "Signing Symphony-SYMVER-win-x64.exe file.."
127127
smctl sign --tool signtool --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_SYMVER_EXE_PATH% --file-name
128128
smctl sign verify --input %SYMPHONY_SYMVER_EXE_PATH%
129129
IF %errorlevel% neq 0 (
@@ -132,7 +132,7 @@ IF %errorlevel% neq 0 (
132132
)
133133

134134

135-
node ..\..\scripts\windows_update_checksum.js "..\..\dist\Symphony-%SYMVER%-win.exe" "..\..\dist\latest.yml"
135+
node ..\..\scripts\windows_update_checksum.js "..\..\dist\Symphony-%SYMVER%-win-x64.exe" "..\..\dist\latest.yml"
136136

137137
echo "Building new installer with Wix Sharp"
138138
call "BuildWixSharpInstaller.bat"

0 commit comments

Comments
 (0)