[GRASS-SVN] r41355 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 8 13:21:14 EST 2010
Author: hellik
Date: 2010-03-08 13:21:11 -0500 (Mon, 08 Mar 2010)
New Revision: 41355
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
launch wx-gui by installer
see
https://trac.osgeo.org/grass/ticket/986#comment:16
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-03-08 16:37:55 UTC (rev 41354)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-03-08 18:21:11 UTC (rev 41355)
@@ -395,7 +395,7 @@
Function LaunchGrass
- Exec '"$INSTDIR\${GRASS_COMMAND}.bat" "-wxpython"'
+ ExecShell "" "$DESKTOP\GRASS ${VERSION_NUMBER}.lnk"
FunctionEnd
More information about the grass-commit
mailing list