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 d573d1a commit 691f50eCopy full SHA for 691f50e
.github/workflows/pyinstaller.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install -r requirements.txt
24
- name: build with pyinstaller
25
run: |
26
- python -m PyInstaller --onefile --noconsole --uac-admin install_coops_python.py
+ python -m PyInstaller --onefile --noconsole --uac-admin --icon icon.ico install_coops_python.py
27
- uses: actions/upload-artifact@v2
28
with:
29
name: python-menu.exe
icon.ico
16.6 KB
0 commit comments