Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kv9898 authored Sep 23, 2024
1 parent 4f7b2fa commit 7ac8f1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.12.4'
spec: 'GUI_mac.spec'
#spec: 'GUI_mac.spec'
spec: 'GUI.py'
# requirements: 'src/requirements.txt'
upload_exe_with_name: 'GUI'
options: --onefile, --name "GUI", --windowed,
options: --onefile, --windowed, --icon=favicon.ico, --add-data="favicon.ico;."

0 comments on commit 7ac8f1a

Please sign in to comment.