mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
No suffixes for binaries now.
This commit is contained in:
parent
98cfd22fb7
commit
79c695806c
@ -57,7 +57,7 @@ Configuration of LyX installer
|
||||
!define APP_SETUPTYPE "Standard"
|
||||
!endif
|
||||
|
||||
!define BIN_LYX "LyX${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.exe"
|
||||
!define BIN_LYX "LyX.exe"
|
||||
!define APP_RUN "bin\${BIN_LYX}"
|
||||
|
||||
!define APP_REGKEY "Software\${APP_NAME}${APP_SERIES_KEY}" # like "LyX220"
|
||||
|
@ -11,7 +11,7 @@ Lists of files to include in the installer
|
||||
!macro FileListLyXBin COMMAND DIRECTORY
|
||||
|
||||
${FILE}${BIN_LYX}"
|
||||
${FILE}tex2lyx${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.exe"
|
||||
${FILE}tex2lyx.exe"
|
||||
|
||||
!macroend
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user