File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed
Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11textreplace -std -t bin\@ package@ .bat
22textreplace -std -t bin\@ package@ -browser.bat
33
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"
910
1011set O4W_ROOT = %OSGEO4W_ROOT%
1112set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
Original file line number Diff line number Diff line change 11textreplace -std -t bin\@ package@ .bat
22textreplace -std -t bin\@ package@ -browser.bat
33
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"
910
1011set O4W_ROOT = %OSGEO4W_ROOT%
1112set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
You can’t perform that action at this time.
0 commit comments