Skip to content

Commit

Permalink
Merge pull request #77 from ndee85/testing
Browse files Browse the repository at this point in the history
Include a new "Testing" Branch
  • Loading branch information
ndee85 committed Jan 25, 2018
2 parents 179bb91 + c045b53 commit c2a5b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blender/coa_tools/addon_updater_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2a5b86

Please sign in to comment.