summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2026-03-03 22:54:02 +0800
committerruki <[email protected]>2026-03-03 22:54:02 +0800
commit1b5179defb0f9973e6dba387ec177e6c99efbe5d (patch)
tree18324c368eefdad119e3efe88b140eede1ad395e /xmake/plugins/pack/xmake.lua
parentf144e8a5a391fcb8f457576665c57dce5acd720f (diff)
add tarxz pack format support
Diffstat (limited to 'xmake/plugins/pack/xmake.lua')
-rw-r--r--xmake/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xmake.lua b/xmake/plugins/pack/xmake.lua
index 34eb5bd63..f95abcf98 100644
--- a/xmake/plugins/pack/xmake.lua
+++ b/xmake/plugins/pack/xmake.lua
@@ -33,7 +33,7 @@ task("pack")
"e.g.",
" - xmake pack -f nsis,deb,rpm",
"values:",
- values = {"nsis", "wix", "deb", "srpm", "rpm", "runself", "targz", "zip", "srctargz", "srczip"}},
+ values = {"nsis", "wix", "deb", "srpm", "rpm", "runself", "targz", "tarxz", "zip", "srctargz", "srctarxz", "srczip"}},
{},
{nil, "packages", "vs", nil, "The package names."}
}