]> git.lyx.org Git - lyx.git/commitdiff
installer updates
authorUwe Stöhr <uwestoehr@web.de>
Fri, 22 Jun 2007 23:21:48 +0000 (23:21 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 22 Jun 2007 23:21:48 +0000 (23:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18862 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/Updated.nsh

index 77ff795ae3f73679be592cd71dbc8e5c21fc7f5d..2ec2e45e53e378224deeae25492169515b9d5021 100644 (file)
@@ -6,6 +6,8 @@ Function UpdateModifiedFiles
  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
  SetOutPath "$INSTDIR\Resources"
  File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
+ File "${PRODUCT_SOURCEDIR}\Resources\languages"
+ File "${PRODUCT_SOURCEDIR}\Resources\symbols"
  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
@@ -38,6 +40,8 @@ Function UpdateModifiedFiles
  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
  SetOutPath "$INSTDIR\Resources\images"
  File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
+ SetOutPath "$INSTDIR\Resources\kbd"
+ File "${PRODUCT_SOURCEDIR}\Resources\kbd\farsi.kmap"
  SetOutPath "$INSTDIR\Resources\images\math"
  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"