From fcbd4baf1055b02ce4cd71ed96c7d32402f077e9 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 9 Nov 2023 23:55:57 +0800 Subject: add pack nsis stub --- tests/plugins/pack/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/pack/xmake.lua') 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") -- cgit v1.3.1