From 13e228c88e0b939e098d7e0ebec5cecde6ca9923 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 17 Mar 2024 20:04:15 -0400 Subject: [PATCH] add branch info --- installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.py b/installer.py index 254e45838..6108e6f1e 100644 --- a/installer.py +++ b/installer.py @@ -927,6 +927,7 @@ def get_version(): 'app': 'sd.next', 'updated': updated, 'hash': githash, + 'branch': branch_name, 'url': origin.replace('\n', '') + '/tree/' + branch_name.replace('\n', '') } except Exception: