Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
osgeo4w: use gdal nightly also for designer (fixes OSGeo4W#659)
(cherry picked from commit 0fdf0e4)
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
ms-windows/osgeo4w/package-nightly.cmd
|
@@ -251,7 +251,7 @@ if errorlevel 1 (echo creation of desktop postinstall failed & goto error) |
|
|
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' -e 's/@grassversions@/%GRASS_VERSIONS%/g' preremove-dev.bat >%OSGEO4W_ROOT%\etc\preremove\%PACKAGENAME%.bat |
|
|
if errorlevel 1 (echo creation of desktop preremove failed & goto error) |
|
|
|
|
|
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' designer.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-designer.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/' designer.bat.tmpl >%OSGEO4W_ROOT%\bin\%PACKAGENAME%-designer.bat.tmpl |
|
|
if errorlevel 1 (echo creation of designer template failed & goto error) |
|
|
sed -e 's/@package@/%PACKAGENAME%/g' -e 's/@version@/%VERSION%/g' qgis.reg.tmpl >%PKGDIR%\bin\qgis.reg.tmpl |
|
|
if errorlevel 1 (echo creation of registry template & goto error) |
|
|