SDA-3589 - Fix signing nsis file (#1457)

This commit is contained in:
Kiran Niranjan 2022-07-20 15:52:10 +05:30 committed by GitHub
parent 9c10c1a4eb
commit a4c796abde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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