From: Richard Kimberly Heck Date: Thu, 27 Sep 2018 18:53:05 +0000 (-0400) Subject: No suffixes for binaries now. X-Git-Tag: 2.3.2~74 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=79c695806c45957e25e419e0075601164271ba56;p=features.git No suffixes for binaries now. --- diff --git a/development/Win32/packaging/installer/include/declarations.nsh b/development/Win32/packaging/installer/include/declarations.nsh index 547bfe5b06..2e9686979c 100644 --- a/development/Win32/packaging/installer/include/declarations.nsh +++ b/development/Win32/packaging/installer/include/declarations.nsh @@ -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" diff --git a/development/Win32/packaging/installer/include/filelist.nsh b/development/Win32/packaging/installer/include/filelist.nsh index 0ac3904d47..5447db01fa 100644 --- a/development/Win32/packaging/installer/include/filelist.nsh +++ b/development/Win32/packaging/installer/include/filelist.nsh @@ -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