summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/NSIS.template.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-02-24 14:53:10 (GMT)
committerGitHub <noreply@github.com>2022-02-24 14:53:10 (GMT)
commitfd07c2038eaf45a2cc218fa095c37201388b959b (patch)
tree0345faa2bcb8c31b4af03e8c0682c12dc3043c98 /config/cmake_ext_mod/NSIS.template.in
parentc7d800e5e526e2dcc2fd19cd0c75d2ef92f184bc (diff)
downloadhdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.zip
hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.tar.gz
hdf5-fd07c2038eaf45a2cc218fa095c37201388b959b.tar.bz2
1 12 Merge SZ plugin changes from develop (#1455)
* Merge SZ plugin changes from develop * Update examples version * Update examples version
Diffstat (limited to 'config/cmake_ext_mod/NSIS.template.in')
-rw-r--r--config/cmake_ext_mod/NSIS.template.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake_ext_mod/NSIS.template.in b/config/cmake_ext_mod/NSIS.template.in
index ecced05..db79466 100644
--- a/config/cmake_ext_mod/NSIS.template.in
+++ b/config/cmake_ext_mod/NSIS.template.in
@@ -849,7 +849,7 @@ Section "Uninstall"
@CPACK_NSIS_DELETE_ICONS@
@CPACK_NSIS_DELETE_ICONS_EXTRA@
- ;Delete empty start menu parent diretories
+ ;Delete empty start menu parent directories
StrCpy $MUI_TEMP "$SMPROGRAMS\$MUI_TEMP"
startMenuDeleteLoop:
@@ -868,7 +868,7 @@ Section "Uninstall"
Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk"
@CPACK_NSIS_DELETE_ICONS_EXTRA@
- ;Delete empty start menu parent diretories
+ ;Delete empty start menu parent directories
StrCpy $MUI_TEMP "$SMPROGRAMS\$MUI_TEMP"
secondStartMenuDeleteLoop: