diff --git a/build_windows.bat b/build_windows.bat new file mode 100644 index 0000000..e756f60 --- /dev/null +++ b/build_windows.bat @@ -0,0 +1,5 @@ +:: build windows exe and create an .msi installer +python setup.py bdist_msi + +:: pause to show output in console without closing when done +pause