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 0fd26c9 commit eeca19aCopy full SHA for eeca19a
compile.bat
@@ -2,4 +2,4 @@ rmdir /Q /S dist
2
pyinstaller ./src/main.py --onefile --windowed --collect-data sv_ttk --icon "./assets/logo.ico"
3
rmdir /Q /S build
4
rmdir /Q /S __pycache__
5
-del /Q /S txt2.spec
+del /Q /S main.spec
0 commit comments