From dfccf2f63e81f8e914db44c8323a1550984482c6 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Sun, 7 Apr 2024 16:28:57 -0400 Subject: [PATCH] Minor macOS workflow change --- .github/workflows/python-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index f6f8770..4ae4682 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -57,7 +57,7 @@ jobs: pip install -r requirements.txt - name: Build Package run: | - nuitka3 --onefile --plugin-enable=pyside6 main.py + nuitka3 --assume-yes-for-downloads --onefile --plugin-enable=pyside6 main.py --disable-console - name: Prepare Package for Upload run: | mv main.bin ~/NUSD-Py