Skip to content

Commit

Permalink
chore: Update path to fiscalberry.ico in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alevilar committed Sep 8, 2024
1 parent 8a26581 commit 4830320
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build executable
run: |
pyinstaller --onefile --add-data "./capabilities.json:escpos" --console --name fiscalberry-win --distpath dist --icon ./src/common/assets/fiscalberry.ico src/cli.py
pyinstaller --onefile --add-data "./capabilities.json:escpos" --console --name fiscalberry-win --distpath dist --icon ./src/fiscalberry_app/assets/fiscalberry.ico src/cli.py
- name: List dist directory (debugging)
run: ls -la dist
Expand Down
Empty file removed src/common/__ init __.py
Empty file.
Empty file removed src/fiscalberry_app/__ init __.py
Empty file.

0 comments on commit 4830320

Please sign in to comment.