don't switch the extension branch to main.

pull/92/head
Abdullah Alfaraj 2023-02-08 11:53:51 +03:00
parent 31cc01e775
commit e1a407a60b
1 changed files with 3 additions and 1 deletions

View File

@ -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...")