summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-26 00:38:21 +0800
committerruki <[email protected]>2025-11-26 00:38:21 +0800
commit79d611989dc8004733a4a81ef7124466788b79f4 (patch)
tree4705336de6e11fface14883cc9114b6f8969cd06 /tests/plugins/pack/xmake.lua
parent76dc60d1552a0afe1faffd996a36a412e44d548d (diff)
add dmg xpack format
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
-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 cf07d8ca6..244bcaee6 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", "srpm", "rpm", "deb", "zip", "targz", "srczip", "srctargz", "runself", "wix")
+ set_formats("nsis", "srpm", "rpm", "deb", "zip", "targz", "srczip", "srctargz", "runself", "wix", "dmg")
set_title("hello")
set_author("ruki <[email protected]>")
set_description("A test installer.")