Skip to content

Commit eeca19a

Browse files
committed
fix build script
1 parent 0fd26c9 commit eeca19a

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
@@ -2,4 +2,4 @@ rmdir /Q /S dist
22
pyinstaller ./src/main.py --onefile --windowed --collect-data sv_ttk --icon "./assets/logo.ico"
33
rmdir /Q /S build
44
rmdir /Q /S __pycache__
5-
del /Q /S txt2.spec
5+
del /Q /S main.spec

0 commit comments

Comments
 (0)