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.
|
||||
Pax,
|
||||
Gzip,
|
||||
Dmg, # Needs to be before Bzip2/Xz/Lzma.
|
||||
Lzma,
|
||||
Xz,
|
||||
Lzip,
|
||||
@ -66,7 +67,6 @@ module UnpackStrategy
|
||||
SelfExtractingExecutable, # Needs to be before `Cab`.
|
||||
Cab,
|
||||
Executable,
|
||||
Dmg, # Needs to be before `Bzip2`.
|
||||
Bzip2,
|
||||
Fossil,
|
||||
Bazaar,
|
||||
|
Loading…
x
Reference in New Issue
Block a user