File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
@ echo off
2
- set GRASS_VERSION = 6.4.2
2
+ set GRASS_VERSION = 6.4.3RC1
3
3
4
4
set BUILDDIR = %CD% \build
5
5
REM set BUILDDIR=%TEMP%\qgis_unstable
@@ -13,7 +13,7 @@ set PACKAGE=%2
13
13
set PACKAGENAME = %3
14
14
if " %VERSION% " == " " goto error
15
15
if " %PACKAGE% " == " " goto error
16
- if " %PACKAGENAME% " == " " set PACKAGENAME = qgis-dev
16
+ if " %PACKAGENAME% " == " " set PACKAGENAME = qgis
17
17
18
18
path %SYSTEMROOT% \system32;%SYSTEMROOT% ;%SYSTEMROOT% \System32\Wbem;%PROGRAMFILES% \CMake 2.8\bin
19
19
set PYTHONPATH =
Original file line number Diff line number Diff line change 1
- del " %OSGEO4W_STARTMENU% \Quantum GIS (@version@).lnk"
1
+ del " %OSGEO4W_STARTMENU% \Quantum GIS Desktop (@version@).lnk"
2
2
del " %OSGEO4W_STARTMENU% \Quantum GIS Browser (@version@).lnk"
3
- del " %ALLUSERSPROFILE% \Desktop\Quantum GIS (@version@).lnk"
3
+ del " %ALLUSERSPROFILE% \Desktop\Quantum GIS Desktop (@version@).lnk"
4
4
del " %ALLUSERSPROFILE% \Desktop\Quantum GIS Browser (@version@).lnk"
5
5
del " %OSGEO4W_ROOT% " \bin\@ package@ .bat
6
6
del " %OSGEO4W_ROOT% " \bin\@ package@ -browser.bat
You can’t perform that action at this time.
0 commit comments