diff --git a/build.sh b/build.sh index 2bf2819..0703d2e 100755 --- a/build.sh +++ b/build.sh @@ -27,7 +27,7 @@ import json with open('src/manifest.json', 'r') as f: m = json.load(f) m['browser_specific_settings'] = { 'gecko': { - 'id': 'planification@netaplaid.ch', + 'id': 'planification-dgnsi@netaplaid.ch', 'strict_min_version': '140.0', 'update_url': 'https://gitea.netaplaid.ch/FroSteel/Planification/raw/branch/main/firefox-updates.json', 'data_collection_permissions': {'required': ['none']} @@ -64,7 +64,7 @@ xpi = f"dist/planification-v${VERSION}-firefox.xpi" with open(xpi, 'rb') as f: sha = hashlib.sha256(f.read()).hexdigest() JSON_PATH = "firefox-updates.json" -ADDON_ID = "planification@netaplaid.ch" +ADDON_ID = "planification-dgnsi@netaplaid.ch" update_link = f"https://gitea.netaplaid.ch/FroSteel/Planification/releases/download/v${VERSION}/planification-v${VERSION}-firefox.xpi" if os.path.exists(JSON_PATH): diff --git a/firefox-updates.json b/firefox-updates.json index d034778..561d6a3 100644 --- a/firefox-updates.json +++ b/firefox-updates.json @@ -1,11 +1,11 @@ { "addons": { - "planification@netaplaid.ch": { + "planification-dgnsi@netaplaid.ch": { "updates": [ { "version": "2026.5.42", "update_link": "https://gitea.netaplaid.ch/FroSteel/Planification/releases/download/v2026.5.42/planification-v2026.5.42-firefox.xpi", - "update_hash": "sha256:3d8cf762bf0921f9da473a9a5e31368fee21f0b9fd71f9f9432d256127de8674" + "update_hash": "sha256:84458723cadbe7baa25914d07242e162f2f0b1c05ea0ba37d63f657103b6b7e9" }, { "version": "2026.5.41",