mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
installer: fix 2 things that went in my accidentally in last commit
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38821 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d964457d9a
commit
ba19877fb9
@ -46,7 +46,7 @@ Configuration of LyX installer
|
||||
!define APP_DIR "${APP_NAME}${APP_SERIES_KEY}"
|
||||
!define APP_DIR_USERDATA "${APP_NAME}${APP_SERIES_KEY}"
|
||||
!define APP_INFO "${APP_NAME} - The Document Processor"
|
||||
!define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 by the LyX Team"
|
||||
!define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 by the LyX Team"
|
||||
|
||||
!define APP_RUN "bin\LyXLauncher.exe"
|
||||
|
||||
|
@ -35,7 +35,7 @@ These typically need to be modified for each LyX release
|
||||
# File locations
|
||||
|
||||
!define FILES_LYX "D:\LyXPackage2.0\LyX"
|
||||
!define FILES_DEPS "D:\LyXSVN\LyX2.0.x\lyx-windows-deps-msvc2008"
|
||||
!define FILES_DEPS "D:\LyXSVN\LyX2.0.x\lyx-windows-deps-msvc2010"
|
||||
!define FILES_BUNDLE "D:\LyX\depsbundle"
|
||||
!define FILES_QT "D:\Qt"
|
||||
!define ClassFileDir "${FILES_LYX}\Resources\tex"
|
||||
|
Loading…
Reference in New Issue
Block a user