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 /core/xpack.lua | |
| parent | 6a4c1a917ef785489af8cdbed042fdf369f75d75 (diff) | |
add nsis display name
Diffstat (limited to 'core/xpack.lua')
| -rw-r--r-- | core/xpack.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/xpack.lua b/core/xpack.lua index 5cbff58e8..280b1365a 100644 --- a/core/xpack.lua +++ b/core/xpack.lua @@ -5,6 +5,7 @@ xpack("xmake") add_targets("demo") set_bindir(".") set_iconfile("src/demo/xmake.ico") + set_nsis_displayname("Xmake build utility ($(arch))") on_load(function (package) local arch = package:arch() |
