mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
osgeo4w: use gdal-dev-py3-env.bat also in qgis_process in nightlies
(cherry picked from commit 76dad2faf6b5efde2ece4b0d5536593f44d0fdc6)
This commit is contained in:
parent
546e4d1956
commit
b3147bc8b6
@ -254,7 +254,7 @@ for %%g IN (%GRASS_VERSIONS%) do (
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' python.bat.tmpl >%OSGEO4W_ROOT%\bin\python-%PACKAGENAME%.bat.tmpl
|
||||
if errorlevel 1 (echo creation of python wrapper template failed & goto error)
|
||||
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' process.bat.tmpl >%OSGEO4W_ROOT%\bin\qgis_process-%PACKAGENAME%.bat.tmpl
|
||||
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/^call py3_env.bat/call gdal-dev-py3-env.bat/' process.bat.tmpl >%OSGEO4W_ROOT%\bin\qgis_process-%PACKAGENAME%.bat.tmpl
|
||||
if errorlevel 1 (echo creation of qgis process wrapper template failed & goto error)
|
||||
|
||||
touch exclude
|
||||
|
Loading…
x
Reference in New Issue
Block a user