Updated README to include .ico file in Pyinstaller's instruction
This commit is contained in:
parent
b9f238bca9
commit
2773ae5a54
@ -17,5 +17,5 @@ pyinstaller --onefile --noconsole launcher.py --add-data "gamedata:gamedata"
|
|||||||
### On Windows
|
### On Windows
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pyinstaller --onefile --noconsole launcher.py --add-data "gamedata;gamedata"
|
pyinstaller launcher.py --onefile --noconsole --add-data "gamedata;gamedata" --icon icon.ico
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user