No suffixes for binaries now.

This commit is contained in:
Richard Kimberly Heck 2018-09-27 14:53:05 -04:00
parent 98cfd22fb7
commit 79c695806c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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