Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 0934c80

Browse files
authored
πŸ”€ Merge pull request #147
Closes #140
2 parents 8661519 + 1c272a2 commit 0934c80

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

β€Ž.vscode/settings.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
},
1616
"javascript.updateImportsOnFileMove.enabled": "always",
1717
"files.exclude": {
18-
"**/node_modules": true
18+
"**/node_modules": true,
19+
"**/.gluon": true
1920
},
2021
"[html]": {
2122
"editor.formatOnSave": false

β€Žgluon.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"id": "uBlock0@raymondhill.net",
1717
"repo": "gorhill/uBlock",
1818
"version": "1.44.4",
19-
"fileGlob": "uBlock0_*.firefox.xpi"
19+
"fileGlob": "uBlock0_*.firefox(.signed)?.xpi"
2020
},
2121
"tabliss": {
2222
"platform": "amo",
@@ -99,4 +99,4 @@
9999
"licenseType": "MPL-2.0"
100100
},
101101
"updateHostname": "updates.pulsebrowser.app"
102-
}
102+
}

0 commit comments

Comments
Β (0)