mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3589 - Fix signing nsis file (#1457)
This commit is contained in:
parent
9c10c1a4eb
commit
a4c796abde
@ -128,7 +128,7 @@ IF %errorlevel% neq 0 (
|
||||
exit /b -1
|
||||
)
|
||||
|
||||
call %SIGNING_FILE_PATH% ..\..\dist\win-unpacked\Symphony-%SYMVER%-win.exe
|
||||
call %SIGNING_FILE_PATH% ..\..\dist\Symphony-%SYMVER%-win.exe
|
||||
IF %errorlevel% neq 0 (
|
||||
echo "Signing failed"
|
||||
exit /b -1
|
||||
|
Loading…
Reference in New Issue
Block a user