summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack
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/plugins/pack
parenta0abf455076e2fa5c0193ffe195907e19bea06dd (diff)
add licensefile
Diffstat (limited to 'xmake/plugins/pack')
-rw-r--r--xmake/plugins/pack/xpack.lua3
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