mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
installer: bug fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25995 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
11754f13d0
commit
f9c05bf6ab
@ -4,6 +4,7 @@ Function UpdateModifiedFiles
|
|||||||
SetOutPath "$INSTDIR\bin" # always here
|
SetOutPath "$INSTDIR\bin" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||||
|
SetOutPath "$INSTDIR\Resources" # always here
|
||||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||||
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
||||||
|
Loading…
Reference in New Issue
Block a user