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 6607ece commit 78c7243Copy full SHA for 78c7243
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Build with PyInstaller
29
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
+ 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
31
32
- name: Create Release Archive
33
0 commit comments