diff options
| author | ruki <[email protected]> | 2024-06-12 23:43:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-06-12 23:24:25 +0800 |
| commit | 2a1d36cd43e3719b34843316e4afd823eb9761d5 (patch) | |
| tree | 7978017d3a9f29431bf2a7e459e15bd4a3827653 /tests/plugins/pack/xmake.lua | |
| parent | 48c0ae382d6a424f5f538d9180e913f903356325 (diff) | |
add deb pack stub
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 437ae8a37..e5a83d8f1 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", "zip", "targz", "srczip", "srctargz", "runself", "wix") + set_formats("nsis", "srpm", "rpm", "deb", "zip", "targz", "srczip", "srctargz", "runself", "wix") set_title("hello") set_author("ruki") set_description("A test installer.") |
