From 476d82e6a9fa19e8d4be141b3575738c6859ae82 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Fri, 13 Dec 2024 13:54:15 +0100 Subject: ogclient-systray: add new systray program for ogclient Add make.bat for an easier building process in Windows. This script generates ogclient.exe and ogclient-systray binaries in a ./dist directory. Add ogclient-systray program. This python program polls the existence of the ogclient process and shows a systray if the ogclient service is active. Update utils/create_version_file.py to generate information for the systray binary. --- make.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 make.bat (limited to 'make.bat') 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 -- cgit v1.2.3-18-g5258