1 parent ecbc680 commit d7b2d87Copy full SHA for d7b2d87
1 file changed
README.md
@@ -17,7 +17,7 @@
17
**Build command:**
18
```bash
19
pip install nuitka
20
-nuitka --standalone --onefile --enable-plugin=no-qt --output-dir=dist src/main.py
+nuitka --standalone --onefile --enable-plugin=no-qt --include-data-dir=assets/fonts=assets/fonts --output-dir=dist src/main.py
21
```
22
23
The built executable will be in the `dist/` folder.
0 commit comments