forked from lthn/blockchain
disabled signing due to certificate expiration
disabled signing due to certificate expiration(temporary)
This commit is contained in:
parent
f50501eaab
commit
c20712802d
1 changed files with 5 additions and 5 deletions
|
|
@ -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 ...."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue