unpack_strategy: Move Dmg
to above Xz
and Lzma
This commit is contained in:
parent
2b9edf72bc
commit
362c64855c
@ -47,6 +47,7 @@ module UnpackStrategy
|
|||||||
Tar, # Needs to be before Bzip2/Gzip/Xz/Lzma.
|
Tar, # Needs to be before Bzip2/Gzip/Xz/Lzma.
|
||||||
Pax,
|
Pax,
|
||||||
Gzip,
|
Gzip,
|
||||||
|
Dmg, # Needs to be before Bzip2/Xz/Lzma.
|
||||||
Lzma,
|
Lzma,
|
||||||
Xz,
|
Xz,
|
||||||
Lzip,
|
Lzip,
|
||||||
@ -66,7 +67,6 @@ module UnpackStrategy
|
|||||||
SelfExtractingExecutable, # Needs to be before `Cab`.
|
SelfExtractingExecutable, # Needs to be before `Cab`.
|
||||||
Cab,
|
Cab,
|
||||||
Executable,
|
Executable,
|
||||||
Dmg, # Needs to be before `Bzip2`.
|
|
||||||
Bzip2,
|
Bzip2,
|
||||||
Fossil,
|
Fossil,
|
||||||
Bazaar,
|
Bazaar,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user