mirror of
https://github.com/italicsjenga/injections.git
synced 2025-02-23 18:47:43 +11:00
build script & 0.2 update manifest
This commit is contained in:
parent
9874475896
commit
d0ea56f58b
2 changed files with 9 additions and 3 deletions
1
build.ps1
Normal file
1
build.ps1
Normal file
|
@ -0,0 +1 @@
|
|||
web-ext sign --api-key $Env:WEB_EXT_API_KEY --api-secret $Env:WEB_EXT_API_SECRET --channel unlisted --ignore-files .\build.ps1 .\updates.json .\README.md
|
11
updates.json
11
updates.json
|
@ -2,9 +2,14 @@
|
|||
"addons": {
|
||||
"{70d56c8a-d52a-4785-a6b8-8f7b221fdd2f}": {
|
||||
"updates": [{
|
||||
"version": "0.1",
|
||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/0.1/injections-0.1.xpi"
|
||||
}]
|
||||
"version": "0.1",
|
||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/0.1/injections-0.1.xpi"
|
||||
},
|
||||
{
|
||||
"version": "0.2",
|
||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/0.2/injections-0.2.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue