fix: resolve win unicode error and install pillow for

This commit is contained in:
2026-06-16 16:45:34 +08:00
parent 84cc672823
commit cb3a661611
3 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pyinstaller
pip install pyinstaller Pillow
- name: Build App Bundle
run: |