Skip to content

Commit 691f50e

Browse files
committed
Adicionado icone
1 parent d573d1a commit 691f50e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -r requirements.txt
2424
- name: build with pyinstaller
2525
run: |
26-
python -m PyInstaller --onefile --noconsole --uac-admin install_coops_python.py
26+
python -m PyInstaller --onefile --noconsole --uac-admin --icon icon.ico install_coops_python.py
2727
- uses: actions/upload-artifact@v2
2828
with:
2929
name: python-menu.exe

icon.ico

16.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)