diff options
| author | ruki <[email protected]> | 2023-12-15 23:56:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-15 23:56:05 +0800 |
| commit | bd85dc661e4cc386d27aa9cd855b91096b5b203c (patch) | |
| tree | eca01fc5eebe661f09dc4da6a1f4dd211ecb9d41 /xmake/plugins/pack/xmake.lua | |
| parent | 86739912c5630ad7033b1d7f4c206489b6d201b0 (diff) | |
add srpm
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 96b0d2070..6ed3b6d3f 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", "rpm", "runself", "targz", "zip", "srctargz", "srczip"}}, + values = {"nsis", "deb", "srpm", "runself", "targz", "zip", "srctargz", "srczip"}}, {}, {nil, "packages", "vs", nil, "The package names."} } |
