forked from ayte/PinmikPanik
Fixed icon
This commit is contained in:
parent
25e06de9ad
commit
7c9eb4f6b0
@ -20,11 +20,11 @@ pip install pygame
|
||||
### With Linux/Unix
|
||||
|
||||
```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
|
||||
|
||||
```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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user