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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 26 14:12:05 PST 2019


Author: martinl
Date: 2019-01-26 14:12:05 -0800 (Sat, 26 Jan 2019)
New Revision: 74028

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: change instalation target also for standalone installer, see #3732

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2019-01-26 20:35:23 UTC (rev 74027)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2019-01-26 22:12:05 UTC (rev 74028)
@@ -29,7 +29,7 @@
 !endif
 !define BINARY_REVISION "1"
 !define VERSION_NUMBER "@GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@"
-!define GRASS_BASE "GRASS GIS @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR at .@GRASS_VERSION_RELEASE@"
+!define GRASS_BASE "GRASS GIS @GRASS_VERSION_MAJOR at .@GRASS_VERSION_MINOR@"
 !if ${INSTALLER_TYPE} == "Release"
         !define GRASS_COMMAND "grass at GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@"
 !else



More information about the grass-commit mailing list