Make Firefox dev build auto-update

pull/2/head
Raymond Hill 4 years ago
parent b8e62f0c55
commit 17430ded93
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

@ -3,10 +3,10 @@
"uMatrix@raymondhill.net": {
"updates": [
{
"version": "1.4.1b1",
"version": "1.4.1.2",
"browser_specific_settings": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.4.1b1",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.4.1b1/uMatrix.firefox.signed.xpi"
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/1.4.1b2",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/1.4.1b2/uMatrix_1.4.1b2.firefox.signed.xpi"
}
]
}

@ -3,10 +3,10 @@
"uMatrix@raymondhill.net": {
"updates": [
{
"version": "$version",
"applications": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/$version",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/$version/uMatrix.firefox.signed.xpi"
"version": "$ext_version",
"browser_specific_settings": { "gecko": { "strict_min_version": "56" } },
"update_info_url": "https://github.com/gorhill/uMatrix/releases/tag/$tag_version",
"update_link": "https://github.com/gorhill/uMatrix/releases/download/$tag_version/uMatrix_$tag_version.firefox.signed.xpi"
}
]
}

Loading…
Cancel
Save