2 lines
109 B
Batchfile
2 lines
109 B
Batchfile
rd /S /Q image_tool_builds
|
|
pyinstaller --onefile --distpath image_tool_builds -n imgtools_win image_tools.py
|