mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
make Firefox dev build auto-update
This commit is contained in:
parent
8b3c287539
commit
634569bfca
2 changed files with 4 additions and 4 deletions
2
dist/firefox/publish-signed-beta.py
vendored
2
dist/firefox/publish-signed-beta.py
vendored
|
|
@ -178,7 +178,7 @@ with open(unsigned_xpi_filepath, 'rb') as f:
|
|||
sys.stdout.write('.')
|
||||
sys.stdout.flush()
|
||||
time.sleep(5)
|
||||
countdown -= 5
|
||||
countdown -= 1
|
||||
if countdown <= 0:
|
||||
print('Error: AMO signing timed out')
|
||||
exit(1)
|
||||
|
|
|
|||
6
dist/firefox/updates.json
vendored
6
dist/firefox/updates.json
vendored
|
|
@ -3,10 +3,10 @@
|
|||
"uBlock0@raymondhill.net": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.15.11b5",
|
||||
"version": "1.15.11b6",
|
||||
"applications": { "gecko": { "strict_min_version": "52" } },
|
||||
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.15.11b5",
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b5/uBlock0.webext.signed.xpi"
|
||||
"update_info_url": "https://github.com/gorhill/uBlock/releases/tag/1.15.11b6",
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.15.11b6/uBlock0.webext.signed.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue