From c20712802d880f76422822d697bba1d907f9be29 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 9 Sep 2020 19:44:23 +0200 Subject: [PATCH] disabled signing due to certificate expiration disabled signing due to certificate expiration(temporary) --- utils/build_script_windows.bat | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/build_script_windows.bat b/utils/build_script_windows.bat index 601b65d6..0ae2c6a4 100644 --- a/utils/build_script_windows.bat +++ b/utils/build_script_windows.bat @@ -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 ...."