Skip to content

Commit d7b2d87

Browse files
committed
add asset dir in the gh workflow
1 parent ecbc680 commit d7b2d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
**Build command:**
1818
```bash
1919
pip install nuitka
20-
nuitka --standalone --onefile --enable-plugin=no-qt --output-dir=dist src/main.py
20+
nuitka --standalone --onefile --enable-plugin=no-qt --include-data-dir=assets/fonts=assets/fonts --output-dir=dist src/main.py
2121
```
2222

2323
The built executable will be in the `dist/` folder.

0 commit comments

Comments
 (0)