]> git.lyx.org Git - features.git/commitdiff
No suffixes for binaries now.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Sep 2018 18:53:05 +0000 (14:53 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Thu, 27 Sep 2018 18:56:41 +0000 (14:56 -0400)
development/Win32/packaging/installer/include/declarations.nsh
development/Win32/packaging/installer/include/filelist.nsh

index 547bfe5b0613345f80aa9f65619e2d7b8270f1de..2e9686979c0771ed0524a934b5f9b03d9079d8ce 100644 (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"
index 0ac3904d4774caf52211a38a665201de6b98618f..5447db01fa36d76a5c246f4ccf4a2c9273a049c9 100644 (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