File tree 6 files changed +10
-47
lines changed
6 files changed +10
-47
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ if errorlevel 1 goto error
159
159
echo PACKAGE: %DATE% %TIME% >> %LOG% 2 >& 1
160
160
161
161
cd ..
162
- sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' postinstall-dev64 .bat > %OSGEO4W_ROOT% \etc\postinstall\%PACKAGENAME% .bat
162
+ sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' postinstall-dev .bat > %OSGEO4W_ROOT% \etc\postinstall\%PACKAGENAME% .bat
163
163
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' preremove-desktop.bat > %OSGEO4W_ROOT% \etc\preremove\%PACKAGENAME% .bat
164
164
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' qgis.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% .bat.tmpl
165
165
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' browser.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -browser.bat.tmpl
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ echo PACKAGE: %DATE% %TIME%>>%LOG% 2>&1
154
154
cd ..
155
155
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' postinstall-common.bat > %OSGEO4W_ROOT% \etc\postinstall\\%PACKAGENAME% -common.bat
156
156
157
- sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' postinstall-desktop64 .bat > %OSGEO4W_ROOT% \etc\postinstall\%PACKAGENAME% .bat
157
+ sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' postinstall-desktop .bat > %OSGEO4W_ROOT% \etc\postinstall\%PACKAGENAME% .bat
158
158
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' preremove-desktop.bat > %OSGEO4W_ROOT% \etc\preremove\%PACKAGENAME% .bat
159
159
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' qgis.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% .bat.tmpl
160
160
sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' browser.bat.tmpl > %OSGEO4W_ROOT% \bin\%PACKAGENAME% -browser.bat.tmpl
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ REM get short path without blanks
5
5
for %%i in (" %OSGEO4W_ROOT% " ) do set O4W_ROOT = %%~fsi
6
6
7
7
if not %OSGEO4W_MENU_LINKS% == 0 mkdir " %OSGEO4W_STARTMENU% "
8
- if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \ QGIS Desktop ( @version@).lnk " " %O4W_ROOT% \bin\@package@.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
- if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \ QGIS Browser ( @version@).lnk " " %O4W_ROOT% \bin\@package@-browser.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
8
+ if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %O4W_ROOT% \bin\nircmd.exe " " %OSGEO4W_STARTMENU% " " QGIS Desktop @version@" " exec hide %O4W_ROOT% \bin\@package@.bat" " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
+ if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %O4W_ROOT% \bin\nircmd.exe " " %OSGEO4W_STARTMENU% " " QGIS Browser @version@" " exec hide %O4W_ROOT% \bin\@package@-browser.bat" " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
10
10
11
- if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\ QGIS Desktop ( @version@).lnk " " %O4W_ROOT% \bin\@package@.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
12
- if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\ QGIS Browser ( @version@).lnk " " %O4W_ROOT% \bin\@package@-browser.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
11
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %O4W_ROOT% \bin\nircmd.exe " " ~$folder.desktop$ " " QGIS Desktop @version@" " exec hide %O4W_ROOT% \bin\@package@.bat" " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
12
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %O4W_ROOT% \bin\nircmd.exe " " ~$folder.desktop$ " " QGIS Browser @version@" " exec hide %O4W_ROOT% \bin\@package@-browser.bat" " %O4W_ROOT% \apps\@package@\icons\QGIS.ico"
13
13
14
14
set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
15
15
textreplace -std -t " %O4W_ROOT% \apps\@package@\bin\qgis.reg"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ textreplace -std -t bin\@package@.bat
2
2
textreplace -std -t bin\@ package@ -browser.bat
3
3
4
4
if not %OSGEO4W_MENU_LINKS% == 0 mkdir " %OSGEO4W_STARTMENU% "
5
- if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \ QGIS Desktop ( @version@).lnk " " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
6
- if not %OSGEO4W_MENU_LINKS% == 0 xxmklink " %OSGEO4W_STARTMENU% \ QGIS Browser ( @version@).lnk " " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
5
+ if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe " " %OSGEO4W_STARTMENU% " " QGIS Desktop @version@" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
6
+ if not %OSGEO4W_MENU_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe " " %OSGEO4W_STARTMENU% " " QGIS Browser @version@" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ -browser.bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
7
7
8
- if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\ QGIS Desktop ( @version@).lnk " " %OSGEO4W_ROOT% \bin\@package@.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
- if not %OSGEO4W_DESKTOP_LINKS% == 0 xxmklink " %ALLUSERSPROFILE% \Desktop\ QGIS Browser ( @version@).lnk " " %OSGEO4W_ROOT% \bin\@package@-browser.bat" " " \ " QGIS - Desktop GIS (@version@) " 1 " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
8
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe " " ~$folder.desktop$ " " QGIS Desktop @version@" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ .bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
9
+ if not %OSGEO4W_DESKTOP_LINKS% == 0 nircmd shortcut " %OSGEO4W_ROOT% \bin\nircmd.exe " " ~$folder.desktop$ " " QGIS Browser @version@" " exec hide " " " %OSGEO4W_ROOT% \bin\@ package@ -browser.bat" " " %OSGEO4W_ROOT% \apps\@package@\icons\QGIS.ico"
10
10
11
11
set O4W_ROOT = %OSGEO4W_ROOT%
12
12
set OSGEO4W_ROOT = %OSGEO4W_ROOT:\ =\\ %
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments