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/plugins/pack | |
| parent | a0abf455076e2fa5c0193ffe195907e19bea06dd (diff) | |
add licensefile
Diffstat (limited to 'xmake/plugins/pack')
| -rw-r--r-- | xmake/plugins/pack/xpack.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua index 49924409e..c925a9af1 100644 --- a/xmake/plugins/pack/xpack.lua +++ b/xmake/plugins/pack/xpack.lua @@ -234,7 +234,8 @@ function xpack:specvars() PACKAGE_HOMEPAGE = self:get("homepage") or "", PACKAGE_COPYRIGHT = self:get("copyright") or "", PACKAGE_COMPANY = self:get("company") or "", - PACKAGE_ICONFILE = self:get("iconfile") or "" + PACKAGE_ICONFILE = self:get("iconfile") or "", + PACKAGE_LICENSEFILE = self:get("licensefile") or "" } -- get version |
