From c0a70ec45465b66258436f1c104cc509e8b70ebf Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 25 May 2024 03:37:18 +1200 Subject: [PATCH] add windows build script --- build_windows.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build_windows.bat 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