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

Commit 1c272a2

Browse files
committed
🐛 Allow for signed & unsigned ublock releases
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?
1 parent 72aa106 commit 1c272a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)