Skip to content

Commit

Permalink
this should work
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Dec 14, 2024
1 parent 9162c4b commit ed309e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
echo "artifact=build/main.exe" >> $GITHUB_ENV
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then
echo "artifact=build/main.app" >> $GITHUB_ENV
zip -r build/main.app.zip build/main.app
echo "artifact=build/main.app.zip" >> $GITHUB_ENV
else
echo "artifact=build/main.bin" >> $GITHUB_ENV
fi
Expand Down
7 changes: 0 additions & 7 deletions napytau/main.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# Compilation mode, standalone everywhere, except on macOS there app bundle
# nuitka-project-if: {OS} in ("Windows", "Linux", "FreeBSD"):
# nuitka-project: --onefile
# nuitka-project-if: {OS} == "Darwin":
# nuitka-project: --standalone
# nuitka-project: --macos-create-app-bundle
#
from napytau.gui.app import init as init_gui
from napytau.headless.headless_mockup import init as init_headless
from napytau.cli.parser import parse_cli_arguments
Expand Down

0 comments on commit ed309e3

Please sign in to comment.