diff options
| author | ruki <[email protected]> | 2023-11-14 23:20:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-14 23:20:28 +0800 |
| commit | f070b5c9e770199d6fd5de9f696b4894238c6b58 (patch) | |
| tree | b74e1d129be1183e0bb484c874f07d2d4fe84ce2 /xmake/plugins/pack/xpack.lua | |
| parent | 661940b67e586377a362dd956b699244aa3165ec (diff) | |
add icon file
Diffstat (limited to 'xmake/plugins/pack/xpack.lua')
| -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 26f9dddab..c308328ab 100644 --- a/xmake/plugins/pack/xpack.lua +++ b/xmake/plugins/pack/xpack.lua @@ -233,7 +233,8 @@ function xpack:specvars() PACKAGE_FILENAME = self:filename(), PACKAGE_HOMEPAGE = self:get("homepage") or "", PACKAGE_COPYRIGHT = self:get("copyright") or "", - PACKAGE_COMPANY = self:get("company") or "" + PACKAGE_COMPANY = self:get("company") or "", + PACKAGE_ICONFILE = self:get("iconfile") or "" } -- get version |
