1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

make Firefox dev build auto-update

This commit is contained in:
Raymond Hill 2018-03-01 15:31:31 -05:00
parent 8b3c287539
commit 634569bfca
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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"
}
]
}