Skip to content

Commit f03b0d2

Browse files
committed
WORK DAMMIT
Signed-off-by: MagicOfLolis <aaronthecodpro@gmail.com>
1 parent 0179d14 commit f03b0d2

13 files changed

Lines changed: 5672 additions & 0 deletions

dist/firefox/updates.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"addons": {
3+
"uscriptplus@mol.com": {
4+
"updates": [
5+
{
6+
"version": "1.4.5",
7+
"browser_specific_settings": { "gecko": { "strict_min_version": "55" } },
8+
"update_info_url": "https://github.com/magicoflolis/Userscript-Plus/releases/tag/1.4.6",
9+
"update_link": "https://github.com/magicoflolis/Userscript-Plus/releases/download/1.4.6/uscriptplus_1.4.6.firefox.signed.xpi"
10+
}
11+
]
12+
}
13+
}
14+
}

dist/firefox/updates.template.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"addons": {
3+
"uscriptplus@mol.com": {
4+
"updates": [
5+
{
6+
"version": "$ext_version",
7+
"browser_specific_settings": { "gecko": { "strict_min_version": "55" } },
8+
"update_info_url": "https://github.com/magicoflolis/Userscript-Plus/releases/tag/$tag_version",
9+
"update_link": "https://github.com/magicoflolis/Userscript-Plus/releases/download/$tag_version/uScriptplus_$tag_version.firefox.signed.xpi"
10+
}
11+
]
12+
}
13+
}
14+
}

0 commit comments

Comments
 (0)