diff options
| author | ruki <[email protected]> | 2022-06-27 23:25:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-06-27 22:39:37 +0800 |
| commit | 3f131675ed167ae3eed2afc0bfb69b633a8080a6 (patch) | |
| tree | b5fd632bedce535fbd1502b630eba58816670c06 | |
| parent | 3abef95f7d8b15e88179128ecd2cbca1385c8361 (diff) | |
fix archive
| -rw-r--r-- | xmake/modules/utils/archive/archive.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/archive.lua b/xmake/modules/utils/archive/archive.lua index b0f96f221..aba6403d3 100644 --- a/xmake/modules/utils/archive/archive.lua +++ b/xmake/modules/utils/archive/archive.lua @@ -63,7 +63,6 @@ function _archive_using_zip(archivefile, inputfiles, extension, opt) end file:close() table.insert(argv, "-@") - table.insert(argv, "-") else table.insert(argv, inputfiles) end |
