summaryrefslogtreecommitdiffstats
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/make.bat b/make.bat
new file mode 100644
index 0000000..ac38f04
--- /dev/null
+++ b/make.bat
@@ -0,0 +1,8 @@
+:: Create version_info.txt
+python utils\create_version_file.py
+
+:: Build the service binary with clean
+pyinstaller --onefile --noconsole --version-file=ogclient-version-info.txt --clean ogclient
+
+:: Build the systray binary with clean
+pyinstaller --onefile --noconsole --version-file=systray-version-info.txt --clean systray\ogclient-systray