Skip to content

Commit

Permalink
Build Setup fix 5
Browse files Browse the repository at this point in the history
  • Loading branch information
king-tri-ton committed Aug 30, 2024
1 parent 0de4dd5 commit e35e729
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build EXE
run: |
pyinstaller --onefile --noconsole --name="MiniBin-KT" --icon=icons/minibin-kt-full.ico app.py
pyinstaller --onefile --noconsole --name="MiniBin-KT" --add-data "icons;icons" --icon=icons/minibin-kt-full.ico app.py
env:
PYTHONIOENCODING: utf-8

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ __pycache__/
*.log
*.db
/venv/
/old/
test.py
*.spec

0 comments on commit e35e729

Please sign in to comment.