mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Update installer.nsi
Removed references to graphvis and svgweb as part of issue #90 work.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user