Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Jan 25, 2022
1 parent 1c38932 commit cd83b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ target("vscch3")
os.rm("$(buildir)/package")
os.run(
"7z a " ..
"$(buildir)/package/VSCodeConfigHelper_v" .. target:get("version") .. ".7z " ..
"./$(buildir)/bin/*",
"LICENSE"
"$(buildir)/package/VSCodeConfigHelper_v" .. target:get("version") .. "_$(os).7z " ..
"./$(buildir)/bin/* " ..
"./LICENSE"
)
end)
target_end()

0 comments on commit cd83b81

Please sign in to comment.