diff options
| author | ruki <[email protected]> | 2023-11-17 23:30:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-17 23:30:30 +0800 |
| commit | 0accb1d4f09cc780bbb16ea510f791f8354ee741 (patch) | |
| tree | 786529a1229992b92ac59a05f7bf48f4e46e6450 /tests/plugins/pack/xmake.lua | |
| parent | 42030c6ef77d2cdb5dfd1e809eff448f761d36a7 (diff) | |
add pack archive 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 fc436f8b7..9142e3aa8 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") + set_formats("nsis", "zip") set_description("hello") set_licensefile("LICENSE.md") add_targets("test", "foo") |
