File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ echo PACKAGE: %DATE% %TIME%
211
211
cd ..
212
212
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
213
213
if errorlevel 1 (echo creation of desktop postinstall failed & goto error)
214
- 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
214
+ sed -e 's/@ package@ /%PACKAGENAME% /g' -e 's/@ version@ /%VERSION% /g' -e 's/@ grassversion@ /%GRASS_VERSION% /g' preremove-dev .bat > %OSGEO4W_ROOT% \etc\preremove\%PACKAGENAME% .bat
215
215
if errorlevel 1 (echo creation of desktop preremove failed & goto error)
216
216
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
217
217
if errorlevel 1 (echo creation of desktop template failed & goto error)
Original file line number Diff line number Diff line change
1
+ del " %OSGEO4W_STARTMENU% \QGIS Desktop @version@ (Nightly).lnk"
2
+ del " %OSGEO4W_STARTMENU% \QGIS Browser @version@ (Nightly).lnk"
3
+ del " %OSGEO4W_STARTMENU% \Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
4
+ del " %ALLUSERSPROFILE% \Desktop\QGIS Desktop @version@ (Nightly).lnk"
5
+ del " %ALLUSERSPROFILE% \Desktop\QGIS Browser @version@ (Nightly).lnk"
6
+ del " %ALLUSERSPROFILE% \Desktop\Qt Designer with QGIS @version@ custom widgets (Nightly).lnk"
7
+ del " %OSGEO4W_ROOT% " \bin\@ package@ .bat
8
+ del " %OSGEO4W_ROOT% " \bin\@ package@ -browser.bat
9
+ del " %OSGEO4W_ROOT% " \bin\designer-@ package@ .bat
10
+ del " %OSGEO4W_ROOT% " \apps\@ package@ \python\qgis\qgisconfig.py
11
+ del " %OSGEO4W_ROOT% " \apps\@ package@ \bin\qgis.reg
You can’t perform that action at this time.
0 commit comments