🐛 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?
This commit is contained in:
trickypr 2022-11-14 19:17:56 +11:00
parent 72aa106d45
commit 1c272a2c63

View File

@ -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"
}
}