Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
02bwilson committed Jul 16, 2023
1 parent d5b310d commit 9483aaa
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 @@ -29,4 +29,4 @@ jobs:
pip install pyinstaller pyqt6 pyqtdarktheme scipy
- name: Create Executable
run: |
pyinstaller --one-file --no-console ./Oscilloground.py
pyinstaller --onefile --noconsole ./Oscilloground.py

0 comments on commit 9483aaa

Please sign in to comment.