summaryrefslogtreecommitdiff
path: root/packaging/windows/tmw.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/windows/tmw.nsi')
-rw-r--r--packaging/windows/tmw.nsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi
index 1eb7eae35..63686249d 100644
--- a/packaging/windows/tmw.nsi
+++ b/packaging/windows/tmw.nsi
@@ -380,6 +380,11 @@ Section /o "Profiler" SecProfiler
${EndIf}
SectionEnd
+Section "Tools" SecTools
+ SetOutPath "$INSTDIR"
+ File "${EXEDIR}\dyecmd.exe"
+SectionEnd
+
Section "Translations" SecTrans
SetOutPath "$INSTDIR"
File /nonfatal /r "${SRCDIR}\translations"
@@ -393,6 +398,7 @@ SectionEnd
!insertmacro MUI_DESCRIPTION_TEXT ${SecTrans} "Translations for the user interface. Uncheck this component to leave it in English."
!insertmacro MUI_DESCRIPTION_TEXT ${SecDebug} "Install debugger for try to detect stability issues."
!insertmacro MUI_DESCRIPTION_TEXT ${SecProfiler} "Install profiler build to detect perfomance issues."
+ !insertmacro MUI_DESCRIPTION_TEXT ${SecTools} "Install tools like dyecmd."
!insertmacro MUI_FUNCTION_DESCRIPTION_END