diff options
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.") |
