summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-15 23:29:15 +0800
committerruki <[email protected]>2023-11-15 23:29:15 +0800
commit3e5f3c41e0eebf9103118b5127a0b78f5df6873f (patch)
treeb56da761d482f4cd79b6540596fa22d57cad251d /tests/plugins/pack/xmake.lua
parenta0abf455076e2fa5c0193ffe195907e19bea06dd (diff)
add licensefile
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
-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 9238c956a..94ad97409 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -21,6 +21,7 @@ target("foo")
xpack("test")
set_formats("nsis")
set_description("hello")
+ set_licensefile("LICENSE.md")
add_targets("test", "foo")
set_basename("test-$(plat)-$(arch)-v$(version)")
add_installfiles("src/(assets/*.png)", {prefixdir = "images"})