Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
puff-dayo authored May 9, 2024
1 parent 3f2ed48 commit 496571b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Nuitka compile
run: |
python -m nuitka --standalone --show-progress --disable-console --onefile --plugin-enable=pyside6 --output-dir=build_output SimpleMangaViewerLITE.py
python -m nuitka --standalone --show-progress --disable-console --onefile --plugin-enable=pyside6 --output-dir=build_output src/SimpleMangaViewerLITE.py
- name: Archive build_output folder
run: |
Expand Down

0 comments on commit 496571b

Please sign in to comment.