summaryrefslogtreecommitdiff
path: root/tests/plugins/pack
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-10 22:57:56 +0800
committerruki <[email protected]>2023-11-10 22:57:56 +0800
commit41b31a8fdb0a9e4e7dd2a6868694c12f95c8a4c6 (patch)
tree8c7a3c1e5897efc1dfae25329201d575d650c007 /tests/plugins/pack
parentff33f52afebb41b4d281e9b4f7c9c6711a1e422c (diff)
call makensis
Diffstat (limited to 'tests/plugins/pack')
-rw-r--r--tests/plugins/pack/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugins/pack/xmake.lua b/tests/plugins/pack/xmake.lua
index 5d45181c0..7ae6a6cfc 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -1,3 +1,4 @@
+set_version("1.0.0")
add_rules("mode.debug", "mode.release")
includes("@builtin/xpack")