Skip to content

Commit 5e431ef

Browse files
committed
Fix macOS build: install Pillow for icon conversion
1 parent fd0d1e5 commit 5e431ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
python -m pip install --upgrade pip
101101
pip install -r requirements.txt
102102
pip install pyinstaller
103+
pip install Pillow
103104
104105
# --- Windows Build ---
105106
- name: Build Windows

0 commit comments

Comments
 (0)