Rebuild w/o console
This commit is contained in:
parent
ce74e9d9a1
commit
d64dba36b0
11
README.md
11
README.md
@ -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
|
||||||
|
|
||||||
|
BIN
Tetris2000.exe
BIN
Tetris2000.exe
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user