From f9511932ad996a4cd75b569cfa0eb7ccc223b608 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Thu, 18 Nov 2021 10:38:25 +0100 Subject: #1065 Add windows mode Add agent mode for windows platform. Subprocess module for shell/run is cross-platform an no change was needed. The subprocess will run with the same privilege as its parent, ogclient. TODO: Provide a windows installer. As of now, an administrator needs to install python and required libraries for this mode to be usable. --- src/windows/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/windows/__init__.py (limited to 'src/windows/__init__.py') diff --git a/src/windows/__init__.py b/src/windows/__init__.py new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/src/windows/__init__.py @@ -0,0 +1 @@ + -- cgit v1.2.3-18-g5258