Fixed icon

This commit is contained in:
theo@manjaro 2021-09-20 17:58:09 +02:00
parent 25e06de9ad
commit 7c9eb4f6b0
3 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ pip install pygame
### With Linux/Unix ### With Linux/Unix
```bash ```bash
pyinstaller --onefile --noconsole launcher.py --add-data "gamedata:gamedata" --icon icon.png pyinstaller --onefile --noconsole launcher.py --add-data "gamedata:gamedata" --icon=icon.ico
``` ```
### With Windows ### With Windows
```bash ```bash
pyinstaller --onefile --noconsole launcher.py --add-data "gamedata;gamedata" --icon icon.png pyinstaller --onefile --noconsole launcher.py --add-data "gamedata;gamedata" --icon=icon.ico
``` ```

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B