Release workflow

This commit is contained in:
Olaf
2026-08-25 09:22:28 +02:00
parent 5d60bd801c
commit 08b0ee013f
7 changed files with 182 additions and 1 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
"browser_specific_settings": {
"gecko": {
"id": "linklog@kolkman.org",
"strict_min_version": "109.0"
"strict_min_version": "109.0",
"update_url": "https://git.kolkman.org/olaf/Link-Log/raw/branch/main/webextension/updates.json"
}
},
"options_ui": {
+12
View File
@@ -0,0 +1,12 @@
{
"addons": {
"linklog@kolkman.org": {
"updates": [
{
"version": "0.1.0",
"update_link": "https://git.kolkman.org/olaf/Link-Log/raw/branch/main/XPI/signed/LinkLog-0.1.0.xpi"
}
]
}
}
}