summaryrefslogtreecommitdiff
path: root/tests/plugins/pack
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-25 00:51:19 +0800
committerruki <[email protected]>2023-11-25 00:51:19 +0800
commit43ac546cbd551bf06ae37a8211c8a65d9eadbb0b (patch)
tree51f19b4dd5179a29cbcc6acb033e0eb6f8ef4467 /tests/plugins/pack
parent103bbe833dc6c1e8203cab0e842e49cfa426d0a4 (diff)
add set_author and set_maintainer
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 5f4be60a3..33d50b3d2 100644
--- a/tests/plugins/pack/xmake.lua
+++ b/tests/plugins/pack/xmake.lua
@@ -21,6 +21,7 @@ target("foo")
xpack("test")
set_formats("nsis", "zip", "targz", "srczip", "srctargz", "runself")
set_title("hello")
+ set_author("ruki")
set_description("A test installer.")
set_homepage("https://xmake.io")
set_licensefile("LICENSE.md")