1
0
Fork 0
forked from lthn/blockchain

disabled signing due to certificate expiration

disabled signing due to certificate expiration(temporary)
This commit is contained in:
cryptozoidberg 2020-09-09 19:44:23 +02:00 committed by GitHub
parent f50501eaab
commit c20712802d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ...."