1
0
Fork 0
forked from lthn/blockchain

disabled code signing due to problems with cert(will be fixed later)

This commit is contained in:
cryptozoidberg 2022-11-29 18:50:10 +01:00
parent 511f2c0b8c
commit 48f4886d0d
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

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