From e1a407a60bb422ac9d94c082a02e162a738e7db6 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Wed, 8 Feb 2023 11:53:51 +0300 Subject: [PATCH] don't switch the extension branch to main. --- install.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.py b/install.py index b1556f5..97ce2ab 100644 --- a/install.py +++ b/install.py @@ -11,7 +11,9 @@ import sys REPO_LOCATION = Path(__file__).parent # auto_update = os.environ.get("AUTO_UPDATE", "True").lower() in {"true", "yes"} auto_update = True -extension_branch = "master" +# extension_branch = "master" +extension_branch = "horde_native" + if auto_update: print("[Auto-Photoshop-SD] Attempting auto-update...")