Package: Add icon for windows executable file.

setup.py
Pierre-Antoine Rouby 2024-05-17 15:20:17 +02:00
parent 5c86e46c72
commit 52f2d15280
2 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ build-windows:
- python -m pip install -U -r ..\requirements.txt
# Run Pyinstaller
# - pyinstaller --noconsole -y ..\src\pamhyr.py
- pyinstaller --hide-console hide-early -y ..\src\pamhyr.py
- pyinstaller -i ../src/View/ui/ressources/icon.ico --hide-console hide-early -y ..\src\pamhyr.py
# Create directory
- mkdir pamhyr
- dir

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB