diff options
| author | ruki <[email protected]> | 2022-04-16 20:23:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-16 20:23:41 +0800 |
| commit | 838e53f354b121da72c3fc51efd1e44f876adfa1 (patch) | |
| tree | 0e8b3fd1e849c1b740d913c96244c27617232712 /xmake/modules/utils/archive/archive.lua | |
| parent | 6783199ea8e0e8dbf356c9401530214309932c94 (diff) | |
improve archive
Diffstat (limited to 'xmake/modules/utils/archive/archive.lua')
| -rw-r--r-- | xmake/modules/utils/archive/archive.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/archive.lua b/xmake/modules/utils/archive/archive.lua index 3c1780ba7..720a93a2f 100644 --- a/xmake/modules/utils/archive/archive.lua +++ b/xmake/modules/utils/archive/archive.lua @@ -319,7 +319,7 @@ function main(archivefile, inputfiles, opt) -- init archivers local archivers = { - [".zip"] = {_archive_using_zip} + [".zip"] = {_archive_using_7z, _archive_using_7z} , [".7z"] = {_archive_using_7z} , [".xz"] = {_archive_using_xz} , [".gz"] = {_archive_using_gzip} |
