Make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2021-09-27 07:46:04 -04:00
parent 607cf46a93
commit f9b3fad6e7
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@
"uBlock0@raymondhill.net": {
"updates": [
{
"version": "1.37.3.103",
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3rc3/uBlock0_1.37.3rc3.firefox.signed.xpi"
"version": "1.38.1.2",
"browser_specific_settings": { "gecko": { "strict_min_version": "60" } },
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.38.1b2/uBlock0_1.38.1b2.firefox.signed.xpi"
}
]
}

View File

@ -4,7 +4,7 @@
"updates": [
{
"version": "$ext_version",
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
"browser_specific_settings": { "gecko": { "strict_min_version": "60" } },
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi"
}
]