We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2659556 commit b4003e6Copy full SHA for b4003e6
ms-windows/QGIS-Installer.nsi
@@ -2,7 +2,6 @@
2
3
;Quantum GIS Installer for Windows
4
;Written by Marco Pasetti
5
-;Last Update: 17 July 2008
6
;Mail to: marco.pasetti@alice.it
7
8
;----------------------------------------------------------------------------------------------------------------------------
@@ -480,10 +479,10 @@ SectionEnd
480
479
Section /O "Alaska Data Set" SecAlaskaSDB
481
482
;Set the size (in KB) of the archive file
483
- StrCpy $ARCHIVE_SIZE_KB 18496
+ StrCpy $ARCHIVE_SIZE_KB 10253
484
485
;Set the size (in KB) of the unpacked archive file
486
- AddSize 132477
+ AddSize 33914
487
488
StrCpy $HTTP_PATH "http://download.osgeo.org/qgis/data"
489
StrCpy $ARCHIVE_NAME "qgis_sample_data.tar.gz"
0 commit comments