mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 19:14:51 +00:00
branch: Installer: add the dictionaries and thesaurus files to the installer script.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40321 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d2d419082
commit
787c8c55c3
@ -38,6 +38,7 @@ These typically need to be modified for each LyX release
|
||||
!define FILES_DEPS "C:\LyX\lyx-20-build\msvc2010-deps\deps20"
|
||||
!define FILES_BUNDLE "C:\LyX\depsbundle"
|
||||
!define FILES_QT "C:\Qt\qt-everywhere-opensource-src-4.7.4"
|
||||
!define FILES_DICT_THES "C:\LyX\dictionaries"
|
||||
|
||||
#--------------------------------
|
||||
# MiKTeX
|
||||
|
@ -42,6 +42,10 @@ Section -ProgramFiles SecProgramFiles
|
||||
# recursively copy all files under Resources
|
||||
File /r "${FILES_LYX}\Resources"
|
||||
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File /r "${FILES_DICT_THES}\dicts"
|
||||
File /r "${FILES_DICT_THES}\thes"
|
||||
|
||||
# Python
|
||||
SetOutPath "$INSTDIR"
|
||||
# recursively copy all files under Python
|
||||
|
Loading…
Reference in New Issue
Block a user