From 72aa106d458428cbbff7b1cd2595ff6e21411f7c Mon Sep 17 00:00:00 2001 From: trickypr Date: Mon, 14 Nov 2022 19:16:20 +1100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20Hide=20`.gluon`=20temp=20dir?= =?UTF-8?q?ectory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 18ad11e1..d800add1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,7 +15,8 @@ }, "javascript.updateImportsOnFileMove.enabled": "always", "files.exclude": { - "**/node_modules": true + "**/node_modules": true, + "**/.gluon": true }, "[html]": { "editor.formatOnSave": false From 1c272a2c638e18a1cdb95d40448c891c6fff6b04 Mon Sep 17 00:00:00 2001 From: trickypr Date: Mon, 14 Nov 2022 19:17:56 +1100 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20Allow=20for=20signed=20&=20u?= =?UTF-8?q?nsigned=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 8490d1c4..439fc9ab 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