From 151b4ba88313652627da6f6747ed11bca6edc86c Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Nov 2023 00:38:38 +0800 Subject: add homepage and copyright --- core/xpack.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/xpack.lua') diff --git a/core/xpack.lua b/core/xpack.lua index eb61f49e4..86c87fc83 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -1,7 +1,9 @@ xpack("xmake") - set_formats("nsis", "zip") - set_description("A cross-platform build utility based on Lua. https://xmake.io") + set_homepage("https://xmake.io") + set_description("A cross-platform build utility based on Lua.") + set_copyright("Copyright (C) 2015-present, TBOOX Open Source Group") set_licensefile("../LICENSE.md") + set_formats("nsis", "zip") add_targets("demo") set_bindir(".") set_iconfile("src/demo/xmake.ico") -- cgit v1.3.1