From f9259977313daee19bc3b497cc4d378fa5af4959 Mon Sep 17 00:00:00 2001 From: SemjonWilke <> Date: Tue, 27 Sep 2022 22:20:33 +0200 Subject: [PATCH] update addons --- fishy/constants.py | 10 +++++++--- fishy/helper/helper.py | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/fishy/constants.py b/fishy/constants.py index c6e687d..5b012e9 100644 --- a/fishy/constants.py +++ b/fishy/constants.py @@ -4,8 +4,12 @@ apiversion = 2 chalutier = ("Chalutier", "https://www.esoui.com/downloads/dl2934/Chalutier_1.1.4.zip", 114) # addons used -lam2 = ("LibAddonMenu-2.0", "https://www.esoui.com/downloads/dl7/LibAddonMenu-2.0r32.zip", 32) -fishyqr = ("FishyQR", "https://github.com/fishyboteso/FishyQR/releases/download/v1.2.0/FishyQR.zip", 120) -libgps = ("LibGPS", "https://cdn.esoui.com/downloads/file601/LibGPS_3_0_3.zip", 30) +lam2 = ("LibAddonMenu-2.0", "https://cdn.esoui.com/downloads/file7/LibAddonMenu-2.0r34.zip", 34) +fishyqr = ("FishyQR", "https://github.com/fishyboteso/FishyQR/releases/download/v1.4/FishyQR.zip", 140) +libgps = ("LibGPS", "https://cdn.esoui.com/downloads/file601/LibGPS_3_2_0.zip", 32) +libmapping = ("LibMapPing", "https://cdn.esoui.com/downloads/file1302/LibMapPing_2_0_0.zip", 200) +libdl = ("LibDebugLogger", "https://cdn.esoui.com/downloads/file2275/LibDebugLogger_2_4_1.zip", 241) +libchatmsg = ("LibChatMessage", "https://cdn.esoui.com/downloads/file2382/LibChatMessage_1_2_0.zip", 120) + version = "0.5.13" diff --git a/fishy/helper/helper.py b/fishy/helper/helper.py index d14d505..6e7215c 100644 --- a/fishy/helper/helper.py +++ b/fishy/helper/helper.py @@ -21,7 +21,7 @@ from win32comext.shell import shell, shellcon from win32gui import GetForegroundWindow, GetWindowText import fishy -from fishy.constants import libgps, lam2, fishyqr +from fishy.constants import libgps, lam2, fishyqr, libmapping, libdl, libchatmsg from fishy.helper.config import config @@ -180,7 +180,7 @@ def get_addonversion(name, url=None, v=None): def install_required_addons(force=False): - addons_req = [libgps, lam2, fishyqr] + addons_req = [libgps, lam2, fishyqr, libmapping, libdl, libchatmsg] addon_version = config.get("addon_version", {}) installed = False for addon in addons_req: