Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Jan 27, 2024
2 parents 62f4b50 + 1563075 commit e0a26d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Package app with pyinstaller
run: |
python -c "with open('$app_name.py', 'w') as f: f.write('from $app_name.__main__ import main\nmain()\n')"
pyinstaller --clean -F dooit.py --add-data="$app_name/utils/default_config.py:$app_name/utils/"
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/"
# Setup File name
- name: Set Binary file name on Linux and Mac
Expand Down

0 comments on commit e0a26d9

Please sign in to comment.