Skip to content

Commit

Permalink
Prepare for future API changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
UuuNyaa committed May 7, 2024
1 parent 86fffab commit 0e9ca43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmd_tools/operators/addon_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ def register_updater(bl_info, init_py_file):
config.branches = ["blender-v4"]
config.addon_directory = os.path.dirname(config.current_addon_path)
config.min_release_version = (4, 0, 0)
config.max_release_version = (5, 0, 0)
config.default_target_addon_path = "mmd_tools"
config.target_addon_path = {}
updater = AddonUpdaterManager.get_instance()
Expand Down

0 comments on commit 0e9ca43

Please sign in to comment.