Skip to content

Commit a2a2781

Browse files
committed
also download Untgz.zip from qgis.org
1 parent 1dd7271 commit a2a2781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms-windows/osgeo4w/creatensis.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
mkdir $packages, 0755 unless -d $packages;
6464
chdir $packages;
6565

66-
system "wget $wgetopt -c http://nsis.sourceforge.net/mediawiki/images/9/9d/Untgz.zip" unless -f "Untgz.zip";
66+
system "wget $wgetopt -c http://qgis.org/downloads/Untgz.zip" unless -f "Untgz.zip";
6767
die "download of Untgz.zip failed" if $?;
6868

6969
my %dep;

0 commit comments

Comments
 (0)