Skip to content

Commit 2edba23

Browse files
committed
hopefully fix build
1 parent 88b6888 commit 2edba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rmdir /Q /S dist
2-
pyinstaller ./src/main.py --onefile --windowed --collect-data sv_ttk --icon "./assets/logo.ico"
2+
pyinstaller ./src/main.py --onefile --windowed --collect-data sv_ttk --collect-all tkinterweb --icon "./assets/logo.ico"
33
rmdir /Q /S build
44
rmdir /Q /S __pycache__
55
del /Q /S main.spec

0 commit comments

Comments
 (0)