summaryrefslogtreecommitdiff
path: root/xmake/includes/xpack/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 /xmake/includes/xpack/xmake.lua
parenta0abf455076e2fa5c0193ffe195907e19bea06dd (diff)
add licensefile
Diffstat (limited to 'xmake/includes/xpack/xmake.lua')
-rw-r--r--xmake/includes/xpack/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua
index 37762c3ca..5314e90ea 100644
--- a/xmake/includes/xpack/xmake.lua
+++ b/xmake/includes/xpack/xmake.lua
@@ -34,8 +34,6 @@ local apis = {
"xpack.set_homepage",
-- set package description
"xpack.set_description",
- -- set package license, we will also get them from target
- "xpack.set_license",
-- set package copyright
"xpack.set_copyright",
-- set company name
@@ -58,6 +56,8 @@ local apis = {
"xpack.set_specfile",
-- set icon file path, e.g foo.ico
"xpack.set_iconfile",
+ -- set package license file, we will also get them from target
+ "xpack.set_licensefile",
-- add install files, we will also get them from target
"xpack.add_installfiles"
},