Skip to content

Commit

Permalink
exclude icon from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kv9898 committed Sep 23, 2024
1 parent d40ec8f commit bb22006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
spec: 'GUI.py'
# requirements: 'src/requirements.txt'
upload_exe_with_name: 'GUI'
options: --onefile, --windowed, --icon favicon.ico, --add-data favicon.ico:.
options: --onefile, --windowed
#- name: CL
# uses: sayyid5416/pyinstaller@v1
# with:
Expand Down

0 comments on commit bb22006

Please sign in to comment.