]> git.lyx.org Git - features.git/commitdiff
link shortcuts to LyX.exe instead of launcher (LyX is compiled as a GUI app now)
authorJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 17 Feb 2011 20:32:49 +0000 (20:32 +0000)
committerJoost Verburg <joostverburg@users.sourceforge.net>
Thu, 17 Feb 2011 20:32:49 +0000 (20:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37725 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/include/declarations.nsh

index a53d0a26ebb9db2eeb9875a21814f1beb655fcde..cbcb89fee0acc3836cc29dd93387468151f9e973 100644 (file)
@@ -49,7 +49,7 @@ SetCompressor /SOLID lzma
 !define APP_INFO "${APP_NAME} - The Document Processor"
 !define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 LyX Team"
 
-!define APP_RUN "bin\LyXLauncher.exe"
+!define APP_RUN "bin\LyX.exe"
 
 !define APP_REGKEY "Software\${APP_NAME}${APP_SERIES_KEY}"
 !define APP_REGKEY_SETUP "Software\${APP_NAME}${APP_SERIES_KEY}\Setup"