File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
1
textreplace -std -t bin\@ package@ .bat
2
2
textreplace -std -t bin\@ package@ -browser.bat
3
3
4
- mkdir " %OSGEO4W_STARTMENU% "
5
- xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
6
- xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
7
- xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
8
- xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
4
+ if not %OSGEO4W_MENU_LINKS% == 0 mkdir " %OSGEO4W_STARTMENU% "
5
+ if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
6
+ if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
7
+
8
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
10
10
11
set O4W_ROOT = %OSGEO4W_ROOT%
11
12
set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
Original file line number Diff line number Diff line change 1
1
textreplace -std -t bin\@ package@ .bat
2
2
textreplace -std -t bin\@ package@ -browser.bat
3
3
4
- mkdir " %OSGEO4W_STARTMENU% "
5
- xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
6
- xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
7
- xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
8
- xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
4
+ if not %OSGEO4W_MENU_LINKS% == 0 mkdir " %OSGEO4W_STARTMENU% "
5
+ if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
6
+ if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
7
+
8
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Desktop (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\Quantum GIS Browser (@version@).lnk" " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " Quantum GIS - Desktop GIS (@version@)" 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
10
10
11
set O4W_ROOT = %OSGEO4W_ROOT%
11
12
set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
You can’t perform that action at this time.
0 commit comments