mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
Issue #1859 - Part 3: Replace bzip2 handling in MAR files with xz.
Since there really is no need to add file detection logic to the updater if updating through AUS is old->new only anyway, replacing bzip2 handling with xz handling is fine, instead of adding it. Considering the far superior compression of LZMA and MAR not being a common archive format anyway, let's just K.I.S.S. it :)
This commit is contained in:
parent
fc95b11fae
commit
a195efca40
6 changed files with 64 additions and 37 deletions
|
|
@ -57,6 +57,7 @@ else:
|
|||
|
||||
USE_LIBS += [
|
||||
'mar',
|
||||
'xz-embedded',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_SYSTEM_BZ2']:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue