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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 14 12:10:15 PST 2015


Author: martinl
Date: 2015-12-14 12:10:14 -0800 (Mon, 14 Dec 2015)
New Revision: 67122

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS: name package cosmetics (note platform)

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-12-14 12:56:17 UTC (rev 67121)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2015-12-14 20:10:14 UTC (rev 67122)
@@ -615,7 +615,7 @@
 	
 	;HKEY_LOCAL_MACHINE Install entries
 	;Set the Name, Version and Revision of GRASS + PublisherInfo + InstallPath	
-	WriteRegStr HKLM "Software\${GRASS_BASE}" "Name" "${GRASS_BASE}"
+	WriteRegStr HKLM "Software\${GRASS_BASE}" "Name" "${GRASS_BASE} (${PLATFORM})"
 	WriteRegStr HKLM "Software\${GRASS_BASE}" "VersionNumber" "${VERSION_NUMBER}"
 	WriteRegStr HKLM "Software\${GRASS_BASE}" "SvnRevision" "${SVN_REVISION}"
 	WriteRegStr HKLM "Software\${GRASS_BASE}" "BinaryRevision" "${BINARY_REVISION}"



More information about the grass-commit mailing list