diff options
| author | ruki <[email protected]> | 2025-11-26 00:38:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-26 00:38:21 +0800 |
| commit | 79d611989dc8004733a4a81ef7124466788b79f4 (patch) | |
| tree | 4705336de6e11fface14883cc9114b6f8969cd06 /tests/plugins/pack/xmake.lua | |
| parent | 76dc60d1552a0afe1faffd996a36a412e44d548d (diff) | |
add dmg xpack format
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 2 |
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.") |
