diff options
| author | ruki <[email protected]> | 2021-11-05 21:08:33 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-05 21:08:33 +0800 |
| commit | 95dea5af25edb9f1eda15ad8412342e26ef39525 (patch) | |
| tree | 9cfe1b0c082af4551132ea0e72c9a0fa16d746c4 | |
| parent | 56d44a8672492290c5ed57ee0cbb54e546592e37 (diff) | |
Update installer.nsi
| -rw-r--r-- | scripts/installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/installer.nsi b/scripts/installer.nsi index a01b6feea..4c7ea290b 100644 --- a/scripts/installer.nsi +++ b/scripts/installer.nsi @@ -248,7 +248,7 @@ Section "XMake (required)" InstallExeutable WriteRegStr ${RootKey} ${RegUninstall} "NoAdmin" "$NOADMIN" ; Write the uninstall keys for Windows - WriteRegStr ${RootKey} ${RegUninstall} "DisplayName" "XMake build utility" + WriteRegStr ${RootKey} ${RegUninstall} "DisplayName" "XMake build utility (${ARCH})" WriteRegStr ${RootKey} ${RegUninstall} "DisplayIcon" '"$InstDir\xmake.exe"' WriteRegStr ${RootKey} ${RegUninstall} "Comments" "A cross-platform build utility based on Lua" WriteRegStr ${RootKey} ${RegUninstall} "Publisher" "The TBOOX Open Source Group" |
