Skip to content

Commit

Permalink
osgeo4w: also include grass bin directory in PATH for browser (followup
Browse files Browse the repository at this point in the history
71d487c)

(cherry picked from commit 6945647841b79bd8a465f91931876f7c2441f064)
  • Loading branch information
jef-n committed Jan 22, 2016
1 parent 71d487c commit 6b192c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms-windows/osgeo4w/browser-grass.bat.tmpl
Expand Up @@ -2,6 +2,6 @@
call "%~dp0\o4w_env.bat"
call "%OSGEO4W_ROOT%"\apps\grass\grass-@grassversion@\etc\env.bat
@echo off
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%PATH%
path %OSGEO4W_ROOT%\apps\@package@\bin;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\lib;%OSGEO4W_ROOT%\apps\grass\grass-@grassversion@\bin;%PATH%
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@
start "QGIS Browser" /B "%OSGEO4W_ROOT%"\bin\@package@-browser-bin.exe %*

0 comments on commit 6b192c2

Please sign in to comment.