File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ textreplace -std -t bin\@package@-grass@grassmajor@.bat
2
2
3
3
if " %OSGEO4W_DESKTOP% " == " " set OSGEO4W_DESKTOP = ~$folder.common_desktop$
4
4
5
- copy bin\@ package@ -bin.exe bin\@ package@ -bin-grass @ grassmajor @ .exe
6
- copy bin\@ package@ -bin.vars bin\@ package@ -bin-grass @ grassmajor @ .vars
5
+ copy bin\@ package@ -bin.exe bin\@ package@ -bin-g @ grassversion @ .exe
6
+ copy bin\@ package@ -bin.vars bin\@ package@ -bin-g @ grassversion @ .vars
7
7
call " %OSGEO4W_ROOT% \bin\@package@-grass@grassmajor@.bat" --postinstall
8
8
9
9
if not %OSGEO4W_MENU_LINKS% == 0 mkdir " %OSGEO4W_STARTMENU% "
10
10
if not %OSGEO4W_DESKTOP_LINKS% == 0 mkdir " %OSGEO4W_DESKTOP% "
11
11
12
- if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\@package@-bin-grass@grassmajor @.exe" " %OSGEO4W_STARTMENU% " " QGIS Desktop @version@ with GRASS @grassversion@"
13
- if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\@package@-bin-grass@grassmajor @.exe" " %OSGEO4W_DESKTOP% " " QGIS Desktop @version@ with GRASS @grassversion@"
12
+ if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\@package@-bin-g@grassversion @.exe" " %OSGEO4W_STARTMENU% " " QGIS Desktop @version@ with GRASS @grassversion@"
13
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\@package@-bin-g@grassversion @.exe" " %OSGEO4W_DESKTOP% " " QGIS Desktop @version@ with GRASS @grassversion@"
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ del "%OSGEO4W_DESKTOP%\QGIS Desktop @version@ with GRASS @grassversion@.lnk"
5
5
del " %OSGEO4W_DESKTOP% \QGIS Browser @version@ with GRASS @grassversion@.lnk"
6
6
rmdir " %OSGEO4W_DESKTOP% "
7
7
del " %OSGEO4W_ROOT% \bin\@package@-grass@grassmajor@.bat"
8
- del " %OSGEO4W_ROOT% \bin\@package@-bin-grass@grassmajor @.exe"
9
- del " %OSGEO4W_ROOT% \bin\@package@-bin-grass@grassmajor @.vars"
10
- del " %OSGEO4W_ROOT% \bin\@package@-bin-grass@grassmajor @.env"
8
+ del " %OSGEO4W_ROOT% \bin\@package@-bin-g@grassversion @.exe"
9
+ del " %OSGEO4W_ROOT% \bin\@package@-bin-g@grassversion @.vars"
10
+ del " %OSGEO4W_ROOT% \bin\@package@-bin-g@grassversion @.env"
You can’t perform that action at this time.
0 commit comments