1
0
Fork 0
forked from lthn/blockchain

windows build: restore signing

This commit is contained in:
sowle 2021-06-14 18:06:13 +03:00
parent 3748d9d695
commit 7704c8468e
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -170,11 +170,11 @@ set installer_path=%BUILDS_PATH%\builds\%installer_file%
@echo " SIGNING ...."
:: %ZANO_SIGN_CMD% %installer_path%
:: IF %ERRORLEVEL% NEQ 0 (
:: @echo "failed to sign installer"
:: goto error
:: )
%ZANO_SIGN_CMD% %installer_path%
IF %ERRORLEVEL% NEQ 0 (
@echo "failed to sign installer"
goto error
)
@echo " UPLOADING TO SERVER ...."