diff options
| author | ruki <[email protected]> | 2023-11-15 23:42:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-15 23:42:59 +0800 |
| commit | 7c37e9b9b92b53e4384daea5193f826bf8ac9492 (patch) | |
| tree | 990c05d53d5d08b15ff6ead277e5cf8d871ae60f /xmake/scripts | |
| parent | 355df6fd41db138b340dee56248f8c3fe0dcc75f (diff) | |
fix nsis desc
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/xpack/nsis/makensis.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/scripts/xpack/nsis/makensis.nsi b/xmake/scripts/xpack/nsis/makensis.nsi index d201a655e..3b79361bd 100644 --- a/xmake/scripts/xpack/nsis/makensis.nsi +++ b/xmake/scripts/xpack/nsis/makensis.nsi @@ -247,18 +247,18 @@ Section "Add to PATH" InstallPath SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000 SectionEnd -${PACKAGE_NSIS_SECTIONS} +${PACKAGE_NSIS_INSTALL_SECTIONS} ; define language strings LangString DESC_InstallExeutable ${LANG_ENGLISH} "${PACKAGE_DESCRIPTION}" LangString DESC_InstallPath ${LANG_ENGLISH} "Add ${PACKAGE_NAME} to PATH" -${PACKAGE_NSIS_DESCS} +${PACKAGE_NSIS_INSTALL_DESCS} ; assign language strings to sections !insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN !insertmacro MUI_DESCRIPTION_TEXT ${InstallExeutable} $(DESC_InstallExeutable) !insertmacro MUI_DESCRIPTION_TEXT ${InstallPath} $(DESC_InstallPath) -${PACKAGE_NSIS_DESCRIPTION_TEXTS} +${PACKAGE_NSIS_INSTALL_DESCRIPTION_TEXTS} !insertmacro MUI_FUNCTION_DESCRIPTION_END ; setup uninstaller |
