From 1c272a2c638e18a1cdb95d40448c891c6fff6b04 Mon Sep 17 00:00:00 2001 From: trickypr Date: Mon, 14 Nov 2022 19:17:56 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Allow=20for=20signed=20&=20unsig?= =?UTF-8?q?ned=20ublock=20releases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uBlock seems to flip-flop between having signed and unsigned releases, so we should allow both. Maybe there is something that I am missing here? --- gluon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gluon.json b/gluon.json index 8490d1c..439fc9a 100644 --- a/gluon.json +++ b/gluon.json @@ -16,7 +16,7 @@ "id": "uBlock0@raymondhill.net", "repo": "gorhill/uBlock", "version": "1.44.4", - "fileGlob": "uBlock0_*.firefox.xpi" + "fileGlob": "uBlock0_*.firefox(.signed)?.xpi" }, "tabliss": { "platform": "amo", @@ -99,4 +99,4 @@ "licenseType": "MPL-2.0" }, "updateHostname": "updates.pulsebrowser.app" -} +} \ No newline at end of file