Merge pull request #60 from fishyboteso/feature/remove_with_update

remove uninstallation of old addons
This commit is contained in:
Adam Saudagar 2021-04-17 13:24:23 +05:30 committed by GitHub
commit d186af77ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,8 +62,6 @@ def initialize(window_to_hide):
if not config.get("addoninstalled", 0) or helper.get_addonversion(chalutier[0]) < chalutier[2]:
helper.install_addon(*chalutier)
helper.install_addon(*lam2)
helper.remove_addon("ProvisionsChalutier") #TODO delete with fishy 0.4.6
helper.remove_addon("FooAddon") #TODO delete with fishy 0.4.6
config.set("addoninstalled", helper.get_addonversion(chalutier[0]))