diff --git a/ytm2spt.py b/ytm2spt.py index f2e53d7..ccdd5cf 100644 --- a/ytm2spt.py +++ b/ytm2spt.py @@ -2,12 +2,6 @@ # nuitka-project: --enable-plugins=pyside6 # nuitka-project: --user-package-configuration-file=ytmusicapi.nuitka-package.config.yaml # -# Compilation mode, standalone everywhere, except on macOS there app bundle -# nuitka-project-if: {OS} in ("Linux", "FreeBSD"): -# nuitka-project: --onefile -# nuitka-project-if: {OS} == "Windows": -# nuitka-project: --standalone -# # Debugging options, controlled via environment variable at compile time. # nuitka-project-if: os.getenv("DEBUG_COMPILATION", "yes") == "yes": # nuitka-project: --enable-console