[GRASS-SVN] r67149 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 15 06:17:57 PST 2015
Author: martinl
Date: 2015-12-15 06:17:57 -0800 (Tue, 15 Dec 2015)
New Revision: 67149
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
wingrass: cosmetics (32/64bit)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-12-15 14:15:46 UTC (rev 67148)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-12-15 14:17:57 UTC (rev 67149)
@@ -43,11 +43,11 @@
;----------------------------------------------------------------------------------------------------------------------------
!if "@ARCH@" == "x86_64-w64-mingw32"
- !define PLATFORM "x86_64"
+ !define PLATFORM "x86_64"
!define GRASS_ICON "grass64bit.ico"
InstallDir "$PROGRAMFILES64\${GRASS_BASE}"
!else
- !define PLATFORM "x86"
+ !define PLATFORM "x86"
!define GRASS_ICON "grass.ico"
InstallDir "$PROGRAMFILES32\${GRASS_BASE}"
!endif
More information about the grass-commit
mailing list