Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marcopx committed Sep 17, 2008
1 parent 2659556 commit b4003e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ms-windows/QGIS-Installer.nsi
Expand Up @@ -2,7 +2,6 @@

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

;----------------------------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -480,10 +479,10 @@ SectionEnd
Section /O "Alaska Data Set" SecAlaskaSDB

;Set the size (in KB) of the archive file
StrCpy $ARCHIVE_SIZE_KB 18496
StrCpy $ARCHIVE_SIZE_KB 10253

;Set the size (in KB) of the unpacked archive file
AddSize 132477
AddSize 33914

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

0 comments on commit b4003e6

Please sign in to comment.