From 0befa40b211cdbd753191f14b40f6475bd2522e8 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Mon, 27 Apr 2020 22:27:57 +0200 Subject: [PATCH] Fix update-link --- README.md | 2 +- updates.json | 2 +- updates_lp.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 714edfec..c7343d82 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ * [License](#license) ### Installation - [Download and install the latest version](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads) + [Download and install the latest version](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.0.5.xpi) Here you can also find a limited permissions version (custom sites not working though). Install add-on by downloading xpi-file (assets). diff --git a/updates.json b/updates.json index 5c5fd643..91ee7cf3 100644 --- a/updates.json +++ b/updates.json @@ -4,7 +4,7 @@ "magnolia@12.34": { "updates": [ { "version": "1.7.0.5", - "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.0.5-an+fx.xpi" } + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean-1.7.0.5.xpi" } ] } } diff --git a/updates_lp.json b/updates_lp.json index 929a5223..c9a07035 100644 --- a/updates_lp.json +++ b/updates_lp.json @@ -4,7 +4,7 @@ "magnolia_limited_permissions@12.34": { "updates": [ { "version": "1.7.0.5", - "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.0.5-an+fx.xpi" } + "update_link": "https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/downloads/bypass_paywalls_clean_lp-1.7.0.5.xpi" } ] } }