diff --git a/Blender/coa_tools/addon_updater_ops.py b/Blender/coa_tools/addon_updater_ops.py index 7a29209..b3492e3 100644 --- a/Blender/coa_tools/addon_updater_ops.py +++ b/Blender/coa_tools/addon_updater_ops.py @@ -1053,7 +1053,7 @@ def register(bl_info): # updater.include_branch_list defaults to ['master'] branch if set to none # example targeting another multiple branches allowed to pull from # updater.include_branch_list = ['master', 'dev'] # example with two branches - updater.include_branch_list = None # is the equivalent to setting ['master'] + updater.include_branch_list = ['master','testing'] # is the equivalent to setting ['master'] # Only allow manual install, thus prompting the user to open # the addon's web page to download, specifically: updater.website