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 /tests/plugins/pack/console/xmake.lua | |
| parent | f144e8a5a391fcb8f457576665c57dce5acd720f (diff) | |
add tarxz pack format support
Diffstat (limited to 'tests/plugins/pack/console/xmake.lua')
| -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.") |
