1
0
Fork 0
forked from lthn/blockchain

build: win signing temporary disabled

This commit is contained in:
sowle 2022-12-22 22:12:13 +01:00
parent 4eacfa8305
commit 404b20fa03
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

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