Reorder unpack strategies.
This commit is contained in:
parent
50ddcb8152
commit
fc15865760
@ -10,16 +10,13 @@ module UnpackStrategy
|
|||||||
Otf,
|
Otf,
|
||||||
Air,
|
Air,
|
||||||
Executable,
|
Executable,
|
||||||
SelfExtractingExecutable,
|
Jar, # needs to be before Zip
|
||||||
Jar,
|
LuaRock, # needs to be before Zip
|
||||||
LuaRock,
|
MicrosoftOfficeXml, # needs to be before Zip
|
||||||
MicrosoftOfficeXml,
|
|
||||||
Zip,
|
Zip,
|
||||||
Dmg,
|
|
||||||
Xar,
|
Xar,
|
||||||
Compress,
|
Compress,
|
||||||
Tar,
|
Tar, # needs to be before Bzip2/Gzip/Xz/Lzma
|
||||||
Bzip2,
|
|
||||||
Gzip,
|
Gzip,
|
||||||
Lzma,
|
Lzma,
|
||||||
Xz,
|
Xz,
|
||||||
@ -28,8 +25,11 @@ module UnpackStrategy
|
|||||||
Mercurial,
|
Mercurial,
|
||||||
Subversion,
|
Subversion,
|
||||||
Cvs,
|
Cvs,
|
||||||
|
Dmg, # needs to be before Bzip2
|
||||||
|
Bzip2,
|
||||||
Fossil,
|
Fossil,
|
||||||
Bazaar,
|
Bazaar,
|
||||||
|
SelfExtractingExecutable, # needs to be before Cab
|
||||||
Cab,
|
Cab,
|
||||||
P7Zip,
|
P7Zip,
|
||||||
Sit,
|
Sit,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user