Rebuild w/o console

This commit is contained in:
adrienmalin 2018-08-21 17:05:57 +02:00
parent ce74e9d9a1
commit d64dba36b0
2 changed files with 10 additions and 1 deletions

View File

@ -30,10 +30,19 @@ Yet another Tetris clone, with Qt5 on Python 3
* Build with nuitka: * Build with nuitka:
Linux:
```bash ```bash
python3 -m nuitka Tetris2000.py --recurse-all python3 -m nuitka Tetris2000.py --recurse-all
``` ```
* On Windows, add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/)
Windows:
```bash
python -m nuitka Tetris2000 --recurse-all --windows-disable-console
```
Add `icons/icon.ico` to `Tetris2000.exe` with [Resource hacker](http://www.angusj.com/resourcehacker/)
## Credits ## Credits

Binary file not shown.