From 8c20ecfd38b98aa26d8f81f7fce44ed5baa9c3ba Mon Sep 17 00:00:00 2001 From: natsukashiixo <114266981+natsukashiixo@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:45:55 +0200 Subject: [PATCH] Update python-app.yml IGNORE OPTIONS AND PRAY --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index e40cc3c..4af5897 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -34,7 +34,7 @@ jobs: # If .py: Generated spec file will also be uploaded as artifact spec: './app/src/build_specs.spec' # Options to set for pyinstaller command Ex: options: '--onedir, -F' (seperated by comma and space) - options: '--noconfirm' + #options: '--noconfirm' # specific python version you want to use python_ver: "3.10" # specific python architecture you want to use