Skip to content

Commit

Permalink
Add icon to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Veras-D committed Dec 30, 2023
1 parent 74e1866 commit b102ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
pip install pillow
- name: Build with pyinstaller for ${{ matrix.config.os }}
run: pyinstaller scripts/main.py --onefile --noconsole --icon=img/icon.ico
Expand Down

0 comments on commit b102ae4

Please sign in to comment.