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 /xmake/includes/xpack/xmake.lua | |
| parent | a0abf455076e2fa5c0193ffe195907e19bea06dd (diff) | |
add licensefile
Diffstat (limited to 'xmake/includes/xpack/xmake.lua')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 4 |
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" }, |
