add windows build script

This commit is contained in:
liamcottle 2024-05-25 03:37:18 +12:00
commit c0a70ec454

5
build_windows.bat Normal file
View file

@ -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