From e18bf4746d5ffc941b2602acac2e8c433d3e3008 Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Thu, 2 Apr 2015 20:47:12 -0600 Subject: [PATCH] Added image tool build for windows. --- image_tool_build.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 image_tool_build.bat 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