]> git.lyx.org Git - lyx.git/commitdiff
installer: bug fix
authorUwe Stöhr <uwestoehr@web.de>
Wed, 30 Jul 2008 00:10:01 +0000 (00:10 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Wed, 30 Jul 2008 00:10:01 +0000 (00:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25995 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/Updated.nsh

index 73f7dc5c58bab5d337e3cde0c62206e8efcd68b7..d2c0828bff50f020e6d79b9e7f3705e9e16ec093 100644 (file)
@@ -4,6 +4,7 @@ Function UpdateModifiedFiles
  SetOutPath "$INSTDIR\bin" # always here
  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
+ SetOutPath "$INSTDIR\Resources" # always here
  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
  SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here