pull/1/head
theo@manjaro 2 years ago
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
```

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Loading…
Cancel
Save