diff --git a/src/installer.nsi b/src/installer.nsi index 3e11b64f..02e333f6 100644 --- a/src/installer.nsi +++ b/src/installer.nsi @@ -249,14 +249,6 @@ FunctionEnd ;File "..\build\libboss32.dll" ;File "..\build\libboss64.dll" - ;Install graphvis files. - SetOutPath "$INSTDIR\resources\graphvis" - File "..\resources\graphvis\*" - - ;Install svgweb files. - SetOutPath "$INSTDIR\resources\svgweb" - File "..\resources\svgweb\*" - ;Install resource files. SetOutPath "$INSTDIR\resources" File "..\resources\polyfill.js" @@ -374,12 +366,6 @@ FunctionEnd Delete "$INSTDIR\resources\script.js" Delete "$INSTDIR\resources\style.css" - ;Remove graphvis files. - RMDir /r "$INSTDIR\resources\graphvis" - - ;Remove svgweb files. - RMDir /r "$INSTDIR\resources\svgweb" - ;Remove language files. Delete "$INSTDIR\resources\l10n\ru\LC_MESSAGES\boss.mo" Delete "$INSTDIR\resources\l10n\ru\LC_MESSAGES\wxstd.mo"