Skip to content

Commit b102ae4

Browse files
committed
Add icon to executable
1 parent 74e1866 commit b102ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
python -m pip install --upgrade pip
3737
pip install -r requirements.txt
3838
pip install pyinstaller
39+
pip install pillow
3940
4041
- name: Build with pyinstaller for ${{ matrix.config.os }}
4142
run: pyinstaller scripts/main.py --onefile --noconsole --icon=img/icon.ico

0 commit comments

Comments
 (0)