summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-09 23:55:57 +0800
committerruki <[email protected]>2023-11-09 23:55:57 +0800
commitfcbd4baf1055b02ce4cd71ed96c7d32402f077e9 (patch)
treedd9992551afcd157c05f143ee8184f15923a1160 /tests
parent6fa2d1e158c2d97d9f3f5349874150f06f914cbb (diff)
add pack nsis stub
Diffstat (limited to 'tests')
-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 2268c4a5e..5d45181c0 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -7,7 +7,7 @@ target("test")
add_files("src/*.cpp")
xpack("test")
- add_formats("nsis")
+ set_formats("nsis")
set_description("hello")
add_targets("test")