fix: add --assume-yes-for-downloads option to Nuitka build commands for improved automation

This commit is contained in:
Vxrtrauter
2026-02-11 01:34:59 +01:00
parent 0b3c8819de
commit 375925e56c
+2
View File
@@ -113,6 +113,7 @@ jobs:
--onefile \ --onefile \
--onefile-no-compression \ --onefile-no-compression \
--onefile-tempdir-spec="{CACHE_DIR}/${{ env.APP_NAME }}/${{ env.VERSION }}" \ --onefile-tempdir-spec="{CACHE_DIR}/${{ env.APP_NAME }}/${{ env.VERSION }}" \
--assume-yes-for-downloads \
--windows-console-mode=disable \ --windows-console-mode=disable \
--enable-plugin=pyside6 \ --enable-plugin=pyside6 \
--enable-plugin=upx \ --enable-plugin=upx \
@@ -132,6 +133,7 @@ jobs:
--onefile \ --onefile \
--onefile-no-compression \ --onefile-no-compression \
--onefile-tempdir-spec="{CACHE_DIR}/${{ env.APP_NAME }}/${{ env.VERSION }}" \ --onefile-tempdir-spec="{CACHE_DIR}/${{ env.APP_NAME }}/${{ env.VERSION }}" \
--assume-yes-for-downloads \
--enable-plugin=pyside6 \ --enable-plugin=pyside6 \
--enable-plugin=upx \ --enable-plugin=upx \
--upx-binary="${{ env.UPX_BINARY }}" \ --upx-binary="${{ env.UPX_BINARY }}" \