Update installer.nsi

Removed references to graphvis and svgweb as part of issue #90 work.
This commit is contained in:
WrinklyNinja
2014-01-29 10:14:03 +00:00
parent d34ede201b
commit b3135c0f23
-14
View File
@@ -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"