Updated README to include .ico file in Pyinstaller's instruction

This commit is contained in:
theo@manjaro 2021-12-19 14:31:04 +01:00
parent b9f238bca9
commit 2773ae5a54
2 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ pyinstaller --onefile --noconsole launcher.py --add-data "gamedata:gamedata"
### On Windows
```bash
pyinstaller --onefile --noconsole launcher.py --add-data "gamedata;gamedata"
pyinstaller launcher.py --onefile --noconsole --add-data "gamedata;gamedata" --icon icon.ico
```

BIN
icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB