From 48f4886d0d3a4bd144744d47aedab61534e8db8f Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Tue, 29 Nov 2022 18:50:10 +0100 Subject: [PATCH] disabled code signing due to problems with cert(will be fixed later) --- 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 b5a1451d..7a80b8aa 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 ...."