forked from lthn/blockchain
build: win signing temporary disabled
This commit is contained in:
parent
4eacfa8305
commit
404b20fa03
1 changed files with 8 additions and 7 deletions
|
|
@ -168,13 +168,14 @@ IF %ERRORLEVEL% NEQ 0 (
|
|||
set installer_file=%ACHIVE_NAME_PREFIX%%version%-installer.exe
|
||||
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
|
||||
)
|
||||
:: Signing temporary disable
|
||||
::@echo " SIGNING ...."
|
||||
::
|
||||
::%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