mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
installer: update installer: update to Python 2.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27204 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7dca4e2293
commit
c2f61f98a7
@ -4,7 +4,7 @@
|
||||
- LyX files with the extensions ".lyx14" etc. that you get when exporting
|
||||
to older LyX versions, can now be opened by double clicking on them
|
||||
- updated to MiKTeX 2.7 (build 3164)
|
||||
- updated to Python 2.5.2
|
||||
- updated to Python 2.6
|
||||
- updated to Ghostscript 8.63
|
||||
- updated to ImageMagick 6.4.4-1
|
||||
- updated to JabRef 2.4
|
||||
|
@ -4,9 +4,12 @@ Function UpdateModifiedFiles
|
||||
SetOutPath "$INSTDIR\bin" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\bin\DLLs"
|
||||
File /r "${PRODUCT_SOURCEDIR}\bin\Lib"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\aspell.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python.exe"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python25.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python26.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\QtCore4.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\QtGui4.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
|
Loading…
Reference in New Issue
Block a user