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