Added image tool build for windows.

This commit is contained in:
Joey Payne 2015-04-02 20:47:12 -06:00
commit e18bf4746d

2
image_tool_build.bat Normal file
View file

@ -0,0 +1,2 @@
rd /S /Q image_tool_builds
pyinstaller --onefile --distpath image_tool_builds -n imgtools_win image_tools.py