updater replace Downloadbutton with Lx Tools installer

This commit is contained in:
2025-07-02 23:25:57 +02:00
parent 47aa3ac749
commit 7b8ec10e6c
4 changed files with 40 additions and 22 deletions

View File

@ -59,7 +59,7 @@ class AppConfig:
# Updates
# 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year
VERSION: str = "v. 2.06.2625"
VERSION: str = "v. 2.07.0225"
UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/Wire-Py/releases"
DOWNLOAD_URL: str = "https://git.ilunix.de/punix/Wire-Py/archive"
@ -187,12 +187,12 @@ class Image:
"icon_export": [
"/usr/share/icons/lx-icons/48/wg_export.png",
],
"icon_log": [
"/usr/share/icons/lx-icons/48/log.png",
],
"icon_trash": [
"/usr/share/icons/lx-icons/48/wg_trash.png",
],
"update": [
"/usr/share/icons/lx-icons/16/settings.png",
],
}
# Get paths to try
@ -210,7 +210,7 @@ class Image:
self.images[image_key] = photo
return photo
except tk.TclError as e:
# print(f"{LocaleStrings.MSGP["fail_load_image"]}{path}: {e}")
print(f"{LocaleStrings.MSGP['fail_load_image']}{path}: {e}")
continue
# Return None if no image found