Reorder unpack strategies again.

This commit is contained in:
Markus Reiter 2018-07-27 11:42:34 +02:00
parent 7cf8bb4f8c
commit 278eace2fa

View File

@ -5,33 +5,33 @@ module UnpackStrategy
def self.strategies def self.strategies
@strategies ||= [ @strategies ||= [
Pkg, Air, # needs to be before Zip
Ttf,
Otf,
Air,
Executable,
Diff,
Jar, # needs to be before Zip Jar, # needs to be before Zip
LuaRock, # needs to be before Zip LuaRock, # needs to be before Zip
MicrosoftOfficeXml, # needs to be before Zip MicrosoftOfficeXml, # needs to be before Zip
Zip, Zip, # needs to be before Tar
Xar, Pkg, # needs to be before Xar
Compress, Xar, # needs to be before Tar
Tar, # needs to be before Bzip2/Gzip/Xz/Lzma Tar, # needs to be before Bzip2/Gzip/Xz/Lzma
Gzip, Gzip,
Lzma, Lzma,
Xz, Xz,
Lzip, Lzip,
Executable,
Diff,
Git, Git,
Mercurial, Mercurial,
Subversion, Subversion,
Cvs, Cvs,
Ttf,
Otf,
Dmg, # needs to be before Bzip2 Dmg, # needs to be before Bzip2
Bzip2, Bzip2,
Fossil, Fossil,
Bazaar, Bazaar,
SelfExtractingExecutable, # needs to be before Cab SelfExtractingExecutable, # needs to be before Cab
Cab, Cab,
Compress,
P7Zip, P7Zip,
Sit, Sit,
Rar, Rar,