diff options
| author | ruki <[email protected]> | 2023-11-17 22:50:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-17 22:50:34 +0800 |
| commit | e0f074c79be1f712d09df9f7b4b32245ba95f1c9 (patch) | |
| tree | 732f74fe2fd2922f3c95e8542de82cb6ee108f1c /xmake/includes/xpack/xmake.lua | |
| parent | 6a4c1a917ef785489af8cdbed042fdf369f75d75 (diff) | |
add nsis display name
Diffstat (limited to 'xmake/includes/xpack/xmake.lua')
| -rw-r--r-- | xmake/includes/xpack/xmake.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/includes/xpack/xmake.lua b/xmake/includes/xpack/xmake.lua index f7198600d..9021404f7 100644 --- a/xmake/includes/xpack/xmake.lua +++ b/xmake/includes/xpack/xmake.lua @@ -49,7 +49,9 @@ local apis = { -- set installed library directory, e.g. lib "xpack.set_libdir", -- set installed include directory, e.g. include - "xpack.set_includedir" + "xpack.set_includedir", + -- set nsis display name + "xpack.set_nsis_displayname" }, paths = { -- set the spec file path, support the custom variable pattern, e.g. set_specfile("", {pattern = "%${([^\n]-)}"}) |
