2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -1374,9 +1374,9 @@ def register(bl_info):
# **WARNING** Depending on the engine, this token can act like a password!!
# Only provide a token if the project is *non-public*, see readme for
# other considerations and suggestions from a security standpoint
# updater.private_token = "kgsE5RsxTzDvQRs9P_Yg" # "tokenstring"
updater.private_token = "glpat-K6GjFFka_J6o3GTbe3JK"
# "tokenstring" Need read api and read repo permission
# updater.private_token = "glpat-K6GjFFka_J6o3GTbe3JK"
updater.private_token = "glpat-js__ikigVSQ_tKWgjVn1"
# choose your own username, must match website (not needed for GitLab)
updater.user = ""
@@ -1508,7 +1508,7 @@ def register(bl_info):
# max install (<) will install strictly anything lower
# updater.version_max_update = (9,9,9)
updater.version_max_update = (2,1,8,7) # set to None if not wanting to set max
updater.version_max_update = None # set to None if not wanting to set max
# Function defined above, customize as appropriate per repository
updater.skip_tag = skip_tag_function # min and max used in this function