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 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