Skip to content

Commit b4003e6

Browse files
author
marcopx
committedSep 17, 2008
Changed the size properties of the qgis sample data set
git-svn-id: http://svn.osgeo.org/qgis/trunk@9340 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2659556 commit b4003e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎ms-windows/QGIS-Installer.nsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
;Quantum GIS Installer for Windows
44
;Written by Marco Pasetti
5-
;Last Update: 17 July 2008
65
;Mail to: marco.pasetti@alice.it
76

87
;----------------------------------------------------------------------------------------------------------------------------
@@ -480,10 +479,10 @@ SectionEnd
480479
Section /O "Alaska Data Set" SecAlaskaSDB
481480

482481
;Set the size (in KB) of the archive file
483-
StrCpy $ARCHIVE_SIZE_KB 18496
482+
StrCpy $ARCHIVE_SIZE_KB 10253
484483

485484
;Set the size (in KB) of the unpacked archive file
486-
AddSize 132477
485+
AddSize 33914
487486

488487
StrCpy $HTTP_PATH "http://download.osgeo.org/qgis/data"
489488
StrCpy $ARCHIVE_NAME "qgis_sample_data.tar.gz"

0 commit comments

Comments
 (0)
Please sign in to comment.