summaryrefslogtreecommitdiff
path: root/tests/plugins
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-17 23:54:59 +0800
committerruki <[email protected]>2023-11-17 23:54:59 +0800
commit14f1ed5587ebe19a644f4832c059ff4ec830f6df (patch)
tree27e9173c19fe656f4f96497133748a5df2838c00 /tests/plugins
parent45e0cdff6efa8afa9a097b40fef9539c8561b779 (diff)
add targz format
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/pack/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index 9142e3aa8..2828524f2 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -19,7 +19,7 @@ target("foo")
add_packages("zlib")
xpack("test")
- set_formats("nsis", "zip")
+ set_formats("nsis", "zip", "targz")
set_description("hello")
set_licensefile("LICENSE.md")
add_targets("test", "foo")