diff options
| author | ruki <[email protected]> | 2026-03-03 22:54:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-03 22:54:02 +0800 |
| commit | 1b5179defb0f9973e6dba387ec177e6c99efbe5d (patch) | |
| tree | 18324c368eefdad119e3efe88b140eede1ad395e /xmake/plugins/pack/xmake.lua | |
| parent | f144e8a5a391fcb8f457576665c57dce5acd720f (diff) | |
add tarxz pack format 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 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."} } |
