diff options
| author | ruki <[email protected]> | 2024-05-27 22:27:12 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-27 22:27:12 +0800 |
| commit | 1dfee59408ad9b09feeaaa72fbc4d66fbfd4486e (patch) | |
| tree | 7a8176d6943b49b00eb14e92703ce550f3e0b6d8 /xmake/plugins/pack/xmake.lua | |
| parent | d1c2095855bcf6633aeffac98c1b03bca0978f8a (diff) | |
| parent | 1f81152c5bc78bab1cc460e8b3fcba174312a22b (diff) | |
Merge pull request #4788 from A2va/wixtoolset
Xpack: wix toolset support
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
| -rw-r--r-- | xmake/plugins/pack/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua index 0afa83cff..fa4408d78 100644 --- a/xmake/plugins/pack/xmake.lua +++ b/xmake/plugins/pack/xmake.lua @@ -32,7 +32,7 @@ task("pack") "e.g.", " - xmake pack -f nsis,deb,rpm", "values:", - values = {"nsis", "deb", "srpm", "rpm", "runself", "targz", "zip", "srctargz", "srczip"}}, + values = {"nsis", "wix", "deb", "srpm", "rpm", "runself", "targz", "zip", "srctargz", "srczip"}}, {}, {nil, "packages", "vs", nil, "The package names."} } |
