summaryrefslogtreecommitdiff
path: root/core/xpack.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-17 22:50:34 +0800
committerruki <[email protected]>2023-11-17 22:50:34 +0800
commite0f074c79be1f712d09df9f7b4b32245ba95f1c9 (patch)
tree732f74fe2fd2922f3c95e8542de82cb6ee108f1c /core/xpack.lua
parent6a4c1a917ef785489af8cdbed042fdf369f75d75 (diff)
add nsis display name
Diffstat (limited to 'core/xpack.lua')
-rw-r--r--core/xpack.lua1
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()