Skip to content

Commit

Permalink
chore: update pyinstaller cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 21, 2024
1 parent 778cf00 commit be5f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Package app with pyinstaller
run: |
python -c "with open('dooit.py', 'w') as f: f.write('from dooit.__main__ import main\nmain()\n')"
pyinstaller --clean -F dooit.py --add-data="dooit/utils/default_config.py:dooit/utils/"
pyinstaller --clean -F dooit.py --add-data="dooit/utils/default_config.py:dooit/utils/" --add-data="dooit/ui/styles.tcss:dooit/ui/"
# Setup File name
- name: Set Binary file name on Linux and Mac
Expand Down

0 comments on commit be5f610

Please sign in to comment.