Skip to content

Commit

Permalink
osgeo4w: fix postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 20, 2019
1 parent 1a1d107 commit ae7d666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mswindows/osgeo4w/postinstall.bat
@@ -1,7 +1,7 @@
set ICON=%OSGEO4W_ROOT%\apps\grass\grass@POSTFIX@\gui\icons\grass_osgeo.ico
set BATCH=%OSGEO4W_ROOT%\bin\@GRASS_EXECUTABLE@.bat
textreplace -std -t "%BATCH%"
textreplace -std -t "%OSGEO4W_ROOT%"\apps\grass\grass-@POSTFIX@\etc\fontcap
textreplace -std -t "%OSGEO4W_ROOT%"\apps\grass\grass@POSTFIX@\etc\fontcap

if not %OSGEO4W_MENU_LINKS%==0 xxmklink "%OSGEO4W_STARTMENU%\GRASS GIS @VERSION@.lnk" "%BATCH%" "--gui" \ "Launch GRASS GIS @VERSION@" 1 "%ICON%"
if not %OSGEO4W_DESKTOP_LINKS%==0 xxmklink "%OSGEO4W_DESKTOP%\GRASS GIS @VERSION@.lnk" "%BATCH%" "--gui" \ "Launch GRASS GIS @VERSION@" 1 "%ICON%"
Expand Down

0 comments on commit ae7d666

Please sign in to comment.