From 79c695806c45957e25e419e0075601164271ba56 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Thu, 27 Sep 2018 14:53:05 -0400 Subject: [PATCH] No suffixes for binaries now. --- development/Win32/packaging/installer/include/declarations.nsh | 2 +- development/Win32/packaging/installer/include/filelist.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5