Skip to content

Commit

Permalink
fix archive
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Jun 27, 2022
1 parent 3abef95 commit 3f13167
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xmake/modules/utils/archive/archive.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f13167

Please sign in to comment.