Skip to content

Commit 730b651

Browse files
committed
Merge pull request #2 from timlinux/master.
Some minor updates to documentation and added shortname to the quickpackage script
2 parents 0e17f4e + 0b7f5fa commit 730b651

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/msvc.t2t

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ set OSGEO4W_ROOT=C:\OSGeo4W
8686
call "%OSGEO4W_ROOT%\bin\o4w_env.bat"
8787

8888
@set GRASS_PREFIX=c:/OSGeo4W/apps/grass/grass-6.4.0
89-
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\apps\gdal-17\include;%OSGEO4W_ROOT%\include
90-
@set LIB=%LIB%;%OSGEO4W_ROOT%\apps\gdal-17\lib;%OSGEO4W_ROOT%\lib
89+
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include
90+
@set LIB=%LIB%;%OSGEO4W_ROOT%\lib;%OSGEO4W_ROOT%\lib
9191

9292
@cmd
9393
```

ms-windows/quickpackage.sh

+1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ makensis \
2121
-DBINARY_REVISION=1 \
2222
-DINSTALLER_TYPE=OSGeo4W \
2323
-DPACKAGE_FOLDER=osgeo4w/unpacked \
24+
-DSHORTNAME=qgis \
2425
QGIS-Installer.nsi

0 commit comments

Comments
 (0)