Skip to content

Commit

Permalink
fixed addon updater issue
Browse files Browse the repository at this point in the history
  • Loading branch information
StandingPadAnimations committed Feb 3, 2023
1 parent 653f69d commit bc29e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCprep_addon/addon_updater_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ def register(bl_info):
updater.clear_state() # Clear internal vars, avoids reloading oddities.

updater.engine = "Github"
updater.user = "standingpad-animations"
updater.user = "standingpadanimations"
updater.repo = "mcprep-kaion"
updater.website = "https://github.com/StandingPadAnimations/MCprep-Kaion"
updater.subfolder_path = "MCprep_addon/"
Expand Down

0 comments on commit bc29e57

Please sign in to comment.