Fix --onefile accidentally being passed for macOS builds instead of only --standalone

This commit is contained in:
Campbell 2024-11-16 23:00:37 -05:00
parent c716291c2d
commit dadcc02701
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -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.