We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b6888 commit 2edba23Copy full SHA for 2edba23
compile.bat
@@ -1,5 +1,5 @@
1
rmdir /Q /S dist
2
-pyinstaller ./src/main.py --onefile --windowed --collect-data sv_ttk --icon "./assets/logo.ico"
+pyinstaller ./src/main.py --onefile --windowed --collect-data sv_ttk --collect-all tkinterweb --icon "./assets/logo.ico"
3
rmdir /Q /S build
4
rmdir /Q /S __pycache__
5
del /Q /S main.spec
0 commit comments