From 7aa637abc8b0bca35aacdb9492e65f557ed32038 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 15 Aug 2015 18:12:33 +0300 Subject: Disable dyecmd tool in windows installers for now. --- packaging/windows/setup.nsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packaging/windows/setup.nsi') diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 5317fd761..74a65c12d 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -384,10 +384,10 @@ Section /o "Profiler" SecProfiler ${EndIf} SectionEnd -Section "Tools" SecTools - SetOutPath "$INSTDIR" - File "${EXEDIR}\dyecmd.exe" -SectionEnd +; Section "Tools" SecTools +; SetOutPath "$INSTDIR" +; File "${EXEDIR}\dyecmd.exe" +; SectionEnd Section /o "Evol Online music" SecEvolMusic AddSize 9787 @@ -431,7 +431,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_DESCRIPTION_TEXT ${SecTools} "Install tools like dyecmd." !insertmacro MUI_FUNCTION_DESCRIPTION_END -- cgit v1.2.3-60-g2f50