Skip to content

Commit 05b31cc

Browse files
author
timlinux
committed
Fixed some soft coded values which should have been hard coded
git-svn-id: http://svn.osgeo.org/qgis/trunk@14726 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0ae802f commit 05b31cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ms-windows/quickpackage.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# Tim Sutton November 2010
1313

1414
makensis \
15-
-DVERSION_NUMBER='$major.$minor.$patch' \
16-
-DVERSION_NAME='$release' \
17-
-DSVN_REVISION='$revision' \
15+
-DVERSION_NUMBER='1.6.0' \
16+
-DVERSION_NAME='Capiapo' \
17+
-DSVN_REVISION='0' \
1818
-DQGIS_BASE='Quantum GIS $release' \
19-
-DINSTALLER_NAME='QGIS-OSGeo4W-1-6-0-Setup.exe' \
19+
-DINSTALLER_NAME='QGIS-1-6-0-Setup.exe' \
2020
-DDISPLAYED_NAME='Quantum GIS 1.6.0' \
2121
-DBINARY_REVISION=1 \
2222
-DINSTALLER_TYPE=OSGeo4W \

0 commit comments

Comments
 (0)