mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added new language files
SVN revision: 43
This commit is contained in:
parent
31aa87ae38
commit
90310e7d1c
8
elog.nsi
8
elog.nsi
@ -63,8 +63,12 @@ Section "Multi-language support"
|
||||
SetOutPath $INSTDIR
|
||||
File eloghelp_ge.html
|
||||
File eloghelp_fr.html
|
||||
File eloghelp_sp.html
|
||||
File eloghelp_du.html
|
||||
File eloglang.german
|
||||
File eloglang.french
|
||||
File eloglang.spanish
|
||||
File eloglang.dutch
|
||||
SectionEnd
|
||||
|
||||
; optional section
|
||||
@ -111,8 +115,12 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\eloghelp_en.html
|
||||
Delete $INSTDIR\eloghelp_fr.html
|
||||
Delete $INSTDIR\eloghelp_ge.html
|
||||
Delete $INSTDIR\eloghelp_sp.html
|
||||
Delete $INSTDIR\eloghelp_du.html
|
||||
Delete $INSTDIR\eloglang.french
|
||||
Delete $INSTDIR\eloglang.german
|
||||
Delete $INSTDIR\eloglang.spanish
|
||||
Delete $INSTDIR\eloglang.dutch
|
||||
|
||||
Delete $INSTDIR\doc\*
|
||||
RMDir $INSTDIR\doc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user