unpack_strategy: Move Dmg to above Xz and Lzma

This commit is contained in:
Peter Lewis 2020-11-17 09:12:32 +00:00 committed by Markus Reiter
parent 2b9edf72bc
commit 362c64855c

View File

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