Skip to content

Commit

Permalink
updated the addon_updater code
Browse files Browse the repository at this point in the history
  • Loading branch information
StandingPadAnimations committed Jan 27, 2023
1 parent f5f77f0 commit 004ba14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MCprep_addon/addon_updater_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def check_for_update(self, now):
# not match and have errors. Must be all lowercase and no spaces! Should also
# be unique among any other addons that could exist (using this updater code),
# to avoid clashes in operator registration.
updater.addon = "mcprep"
updater.addon = "mcprep-kaion"


# -----------------------------------------------------------------------------
Expand Down Expand Up @@ -1370,9 +1370,9 @@ def register(bl_info):
updater.clear_state() # Clear internal vars, avoids reloading oddities.

updater.engine = "Github"
updater.user = "theduckcow"
updater.repo = "mcprep"
updater.website = "https://theduckcow.com/dev/blender/mcprep-download/"
updater.user = "standingpad-animations"
updater.repo = "mcprep-kaion"
updater.website = "https://github.com/StandingPadAnimations/MCprep-Kaion"
updater.subfolder_path = "MCprep_addon/"
updater.current_version = bl_info["version"]
updater.backup_current = True
Expand Down

0 comments on commit 004ba14

Please sign in to comment.