[GRASS-SVN] r41357 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Mar 8 13:22:35 EST 2010


Author: hellik
Date: 2010-03-08 13:22:35 -0500 (Mon, 08 Mar 2010)
New Revision: 41357

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

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



More information about the grass-commit mailing list