diff --git a/ci/windows_sign.bat b/ci/windows_sign.bat index df917898a5..0fbfb07cfd 100644 --- a/ci/windows_sign.bat +++ b/ci/windows_sign.bat @@ -18,7 +18,7 @@ if /I "%RELEASE_TYPE%"=="RELEASE" ( set "RELEASE_OPT=" ) -python check_signing.py --user=%OVMS_USER% --path=%OVMS_FILES% %PYTHON_OPT% %RELEASE_OPT% --auto --verbose --print_all 2>&1 | tee ..\..\win_sign.log +python check_signing.py --user=%OVMS_USER% --path=%OVMS_FILES% %PYTHON_OPT% %RELEASE_OPT% --auto --print_all 2>&1 | tee ..\..\win_sign.log python check_signing.py --zip --path=%OVMS_FILES% %PYTHON_OPT% --auto for %%f in (ovms_windows_python_*) do ( @@ -31,4 +31,4 @@ for /f "tokens=* delims=" %%a in ('type ..\..\win_sign.log ^| tail -n 1') do ( ) else ( exit /b 1 ) -) \ No newline at end of file +)