From 6ab7e074d8e9c9816715a0a0f87630c4e5f353c1 Mon Sep 17 00:00:00 2001 From: Martin Landa Date: Mon, 31 Dec 2018 21:05:01 +0000 Subject: [PATCH] wingrass: switch package environment to python3-based, see https://trac.osgeo.org/grass/ticket/3719 git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73895 15284696-431f-4ddb-bdfa-cd5b030d7da7 --- mswindows/GRASS-Packager.bat.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mswindows/GRASS-Packager.bat.tmpl b/mswindows/GRASS-Packager.bat.tmpl index 3a5334f15ba..cac3b64f40d 100644 --- a/mswindows/GRASS-Packager.bat.tmpl +++ b/mswindows/GRASS-Packager.bat.tmpl @@ -15,8 +15,8 @@ rem ---------------------------------------------------------------------------- set PACKAGE_DIR=.\GRASS-@GRASS_VERSION_MAJOR@@GRASS_VERSION_MINOR@-Package set OSGEO4W_BLD_DIR=C:\OSGeo4W%1 -if exist C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@ ( -set OSGEO4W_PKG_DIR=C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@ +if exist C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@_py3 ( +set OSGEO4W_PKG_DIR=C:\OSGeo4W%1_grass@GRASS_VERSION_MAJOR@_py3 ) else ( set OSGEO4W_PKG_DIR=C:\OSGeo4W%1 )