From dadcc02701be836fbf81576511647d715fc25848 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Sat, 16 Nov 2024 23:00:37 -0500 Subject: [PATCH] Fix --onefile accidentally being passed for macOS builds instead of only --standalone --- NUSGet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NUSGet.py b/NUSGet.py index 8ea0b16..208ec17 100644 --- a/NUSGet.py +++ b/NUSGet.py @@ -10,7 +10,7 @@ # nuitka-project: --onefile # nuitka-project: --windows-icon-from-ico={MAIN_DIRECTORY}/resources/icon.png # nuitka-project: --windows-console-mode=disable -# nuitka-project-else: +# nuitka-project-if: {OS} in ("Linux", "FreeBSD", "OpenBSD"): # nuitka-project: --onefile # These are standard options that are needed on all platforms.