File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
call "%~dp0\o4w_env.bat"
3
3
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
4
4
@echo off
5
- path %PATH%;% OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
5
+ path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
6
6
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
7
7
start "QGIS Browser" /B "%OSGEO4W_ROOT%"\bin\@package@-browser-bin.exe %*
Original file line number Diff line number Diff line change 2
2
call "%~dp0\o4w_env.bat"
3
3
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
4
4
@echo off
5
- path %PATH%;% OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib
5
+ path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
6
6
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
7
7
set GDAL_FILENAME_IS_UTF8=YES
8
8
rem Set VSI cache to be used as buffer, see #6448
You can’t perform that action at this time.
0 commit comments