[GRASS-SVN] r41356 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 8 13:21:55 EST 2010


Author: hellik
Date: 2010-03-08 13:21:55 -0500 (Mon, 08 Mar 2010)
New Revision: 41356

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
launch wx-gui by installer
see
https://trac.osgeo.org/grass/ticket/986#comment:16

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-08 18:21:11 UTC (rev 41355)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-03-08 18:21:55 UTC (rev 41356)
@@ -380,7 +380,7 @@
 
 Function LaunchGrass
 
-      Exec '"$INSTDIR\${GRASS_COMMAND}.bat" "-wxpython"'
+     ExecShell "" "$DESKTOP\GRASS ${VERSION_NUMBER}.lnk"
 
 FunctionEnd
 



More information about the grass-commit mailing list