1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

[mv3] Set minimum version to Firefox 114

This commit is contained in:
Raymond Hill 2023-08-19 19:22:53 -04:00
parent b699691e40
commit 96a07d42e3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -147,7 +147,7 @@ print('Downloaded raw package saved as {0}'.format(raw_xpi_filepath))
#
# Convert the package to a self-hosted one: add `update_url` to the manifest
#
min_browser_version = '113a1';
min_browser_version = '114.0';
print('Converting raw xpi package into self-hosted xpi package...')
with zipfile.ZipFile(raw_xpi_filepath, 'r') as zipin: