Skip to content

Commit

Permalink
windowed pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
gcerretani committed Oct 14, 2024
1 parent a2c3a35 commit ce60f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build executable with PyInstaller
run: |
pyinstaller --onefile antenati_gui.py
pyinstaller --windowed --onefile antenati_gui.py
- name: Upload artifact for Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit ce60f89

Please sign in to comment.