From 43ac546cbd551bf06ae37a8211c8a65d9eadbb0b Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Nov 2023 00:51:19 +0800 Subject: add set_author and set_maintainer --- tests/plugins/pack/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/plugins/pack/xmake.lua') 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") -- cgit v1.3.1