Skip to content

Commit f9b3fad

Browse files
committed
Make Firefox dev build auto-update
1 parent 607cf46 commit f9b3fad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/firefox/updates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
44
"updates": [
55
{
6-
"version": "1.37.3.103",
7-
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
8-
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.37.3rc3/uBlock0_1.37.3rc3.firefox.signed.xpi"
6+
"version": "1.38.1.2",
7+
"browser_specific_settings": { "gecko": { "strict_min_version": "60" } },
8+
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.38.1b2/uBlock0_1.38.1b2.firefox.signed.xpi"
99
}
1010
]
1111
}

dist/firefox/updates.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"updates": [
55
{
66
"version": "$ext_version",
7-
"browser_specific_settings": { "gecko": { "strict_min_version": "57" } },
7+
"browser_specific_settings": { "gecko": { "strict_min_version": "60" } },
88
"update_link": "https://github.com/gorhill/uBlock/releases/download/$tag_version/uBlock0_$tag_version.firefox.signed.xpi"
99
}
1010
]

0 commit comments

Comments
 (0)