Skip to content

Commit ea36540

Browse files
authored
Merge pull request #49 from Geuthur/fix-pyinstaller-test
[FIX] Wrong .ico in tests enviroment
2 parents 6607ece + 78c7243 commit ea36540

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Build with PyInstaller
2929
run: |
30-
python -m PyInstaller --noconfirm --onefile --windowed --icon "evealert/img/logo.ico" --name "EVE-Alert" --add-data "evealert/img;evealert/img/" --add-data "evealert/sound;evealert/sound/" --add-data "evealert/docs;evealert/docs/" --hidden-import "customtkinter" main.py
30+
python -m PyInstaller --noconfirm --onefile --windowed --icon "evealert/img/eve.ico" --name "EVE-Alert" --add-data "evealert/img;evealert/img/" --add-data "evealert/sound;evealert/sound/" --add-data "evealert/docs;evealert/docs/" --hidden-import "customtkinter" main.py
3131
3232
- name: Create Release Archive
3333
run: |

0 commit comments

Comments
 (0)