lyx_mirror/development/Win32/packaging/AltInstaller/Updated.nsh
Uwe Stöhr 67b84f2e80 final installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23255 a592a061-630c-0410-9148-cb99ea01b6c8
2008-02-26 18:10:30 +00:00

14 lines
497 B
Plaintext

Function UpdateModifiedFiles
# list with modified files for LyX 1.5.5
SetOutPath "$INSTDIR\bin" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # 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
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
FunctionEnd