forked from lthn/blockchain
disabled code signing due to problems with cert(will be fixed later)
This commit is contained in:
parent
511f2c0b8c
commit
48f4886d0d
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