diff options
| author | ruki <[email protected]> | 2026-03-03 14:56:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-03 14:56:04 +0800 |
| commit | 83dcecd2bde90ca5a78fd263ba0f79401c5c223c (patch) | |
| tree | 18324c368eefdad119e3efe88b140eede1ad395e /tests/plugins/pack | |
| parent | 4662898e3eae02b84045bae6448c79758edbd5c9 (diff) | |
| parent | 1b5179defb0f9973e6dba387ec177e6c99efbe5d (diff) | |
Merge pull request #7366 from xmake-io/gz
Improve targz and add tarxz pack format
Diffstat (limited to 'tests/plugins/pack')
| -rw-r--r-- | tests/plugins/pack/console/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pack/console/xmake.lua b/tests/plugins/pack/console/xmake.lua index 6db4316c5..8f3ae0bdd 100644 --- a/tests/plugins/pack/console/xmake.lua +++ b/tests/plugins/pack/console/xmake.lua @@ -19,7 +19,7 @@ target("foo") add_packages("zlib") xpack("test") - set_formats("nsis", "srpm", "rpm", "deb", "zip", "targz", "srczip", "srctargz", "runself", "wix", "dmg", "appimage") + set_formats("nsis", "srpm", "rpm", "deb", "zip", "targz", "tarxz", "srczip", "srctargz", "srctarxz", "runself", "wix", "dmg", "appimage") set_title("hello") set_author("ruki <[email protected]>") set_description("A test installer.") |
