File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,11 +257,11 @@ if errorlevel 1 (echo creation of registry template & goto error)
257
257
258
258
set batches =
259
259
for %%g IN (%GRASS_VERSIONS% ) do (
260
- sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%%g /g' qgis.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -g%%g .bat.tmpl
260
+ sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%%g /g' qgis-grass .bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -g%%g .bat.tmpl
261
261
if errorlevel 1 (echo creation of desktop template failed & goto error)
262
262
set batches = !batches! bin/%PACKAGENAME% -g%%g .bat.tmpl
263
263
264
- sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%%g /g' browser.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -browser-g%%g .bat.tmpl
264
+ sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%%g /g' browser-grass .bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -browser-g%%g .bat.tmpl
265
265
if errorlevel 1 (echo creation of browser template & goto error)
266
266
set batches = !batches! bin/%PACKAGENAME% -browser-g%%g .bat.tmpl
267
267
)
You can’t perform that action at this time.
0 commit comments