Merge pull request #9161 from peterlewis/dmg-ulmo-fix

unpack_strategy: Move `Dmg` to above `Xz` and `Lzma`
This commit is contained in:
Markus Reiter 2020-11-17 13:51:57 +01:00 committed by GitHub
commit 421853217f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,