File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.."
127127smctl sign --tool signtool --fingerprint %DIGICERT_FINGERPRINT% --input %SYMPHONY_SYMVER_EXE_PATH% --file-name
128128smctl sign verify --input %SYMPHONY_SYMVER_EXE_PATH%
129129IF %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
137137echo " Building new installer with Wix Sharp"
138138call " BuildWixSharpInstaller.bat"
You can’t perform that action at this time.
0 commit comments