We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e1866 commit b102ae4Copy full SHA for b102ae4
.github/workflows/main.yml
@@ -36,6 +36,7 @@ jobs:
36
python -m pip install --upgrade pip
37
pip install -r requirements.txt
38
pip install pyinstaller
39
+ pip install pillow
40
41
- name: Build with pyinstaller for ${{ matrix.config.os }}
42
run: pyinstaller scripts/main.py --onefile --noconsole --icon=img/icon.ico
0 commit comments