diff options
| author | ruki <[email protected]> | 2022-04-28 00:21:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-28 00:21:00 +0800 |
| commit | 15545d2e82ce1be681210e6dfda68dd5b418f918 (patch) | |
| tree | dc08c607fc67736d0e82b606426de55ba1ce80c6 /xmake/modules/utils | |
| parent | 54b5c2dba1d5b56a6a1bd936d68d1530de2fd46c (diff) | |
fix archive
Diffstat (limited to 'xmake/modules/utils')
| -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 720a93a2f..b0f96f221 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_7z, _archive_using_7z} + [".zip"] = {_archive_using_zip, _archive_using_7z} , [".7z"] = {_archive_using_7z} , [".xz"] = {_archive_using_xz} , [".gz"] = {_archive_using_gzip} |
