Skip to content

Commit b96dad0

Browse files
committed
+ Changed nuitka configuration. Linux ELF Binary compiled successfully. Simple --web-ui and normal cli downloaded was tested and worked, rest wasn't tested.
1 parent dfebbd1 commit b96dad0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/aniworld/__main__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
# nuitka-project: --assume-yes-for-downloads
88
# nuitka-project: --python-flag=-m
99

10-
# Include data files
10+
# Include hidden imports (dynamically loaded modules that Nuitka can't detect)
11+
# nuitka-project: --include-package=urllib3.contrib
12+
# nuitka-project: --include-package=aniworld.extractors
13+
14+
# Include data files/directories
15+
# nuitka-project: --include-data-dir=src/aniworld/web/templates=aniworld/web/templates
16+
# nuitka-project: --include-data-dir=src/aniworld/web/static=aniworld/web/static
1117
# nuitka-project: --include-data-file=src/aniworld/.env.example=aniworld/.env.example
1218
# nuitka-project: --include-data-file=src/aniworld/ascii/ASCII.txt=aniworld/ascii/ASCII.txt
1319
# nuitka-project: --include-data-file=src/aniworld/aniskip/scripts/aniskip.lua=aniworld/aniskip/scripts/aniskip.lua

0 commit comments

Comments
 (0)