]> git.lyx.org Git - features.git/blobdiff - development/Win32/packaging/installer/setup/configure.nsh
installer:
[features.git] / development / Win32 / packaging / installer / setup / configure.nsh
index 8513dc4798da53da4fed6183d3b32fc574b41e62..e1e3658f7302eac60943f5b2ae55990e8b18b983 100644 (file)
@@ -242,7 +242,7 @@ Function StartLyX
   # the time consuming LaTeX package installation
   
   #Exec 'cmd /K " "$INSTDIR\bin\lyx.exe""'
-  Exec "$INSTDIR\${AppRun}"
+  Exec "$INSTDIR\${APP_RUN}"
 
 FunctionEnd