diff --git a/image_tool_build.bat b/image_tool_build.bat new file mode 100644 index 0000000..d64279d --- /dev/null +++ b/image_tool_build.bat @@ -0,0 +1,2 @@ +rd /S /Q image_tool_builds +pyinstaller --onefile --distpath image_tool_builds -n imgtools_win image_tools.py