]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/AltInstaller/Updated.nsh
installer updates
[features.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
index 77c0db8e28f149dc8abc9c4ffb7c2e916f54ed0e..3020f4b0bb904e27e87ff88198cfea20063111e1 100644 (file)
@@ -9,6 +9,7 @@ Function UpdateModifiedFiles
  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
  SetOutPath "$INSTDIR\Resources\doc"
+ File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
  SetOutPath "$INSTDIR\Resources\doc\de"
  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
@@ -20,6 +21,17 @@ Function UpdateModifiedFiles
  SetOutPath "$INSTDIR\Resources\examples\hu"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
+ SetOutPath "$INSTDIR\Resources\images"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
+ SetOutPath "$INSTDIR\Resources\images\math"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
+ File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
+ SetOutPath "$INSTDIR\Resources\templates"
+ File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
+ File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
+ SetOutPath "$INSTDIR\Resources\ui"
+ File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
+ File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
 
 FunctionEnd