diff options
| author | ruki <[email protected]> | 2023-11-15 23:29:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-15 23:29:15 +0800 |
| commit | 3e5f3c41e0eebf9103118b5127a0b78f5df6873f (patch) | |
| tree | b56da761d482f4cd79b6540596fa22d57cad251d /tests/plugins/pack/xmake.lua | |
| parent | a0abf455076e2fa5c0193ffe195907e19bea06dd (diff) | |
add licensefile
Diffstat (limited to 'tests/plugins/pack/xmake.lua')
| -rw-r--r-- | tests/plugins/pack/xmake.lua | 1 |
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"}) |
