]> git.sur5r.net Git - cc65/commitdiff
Fixed file name of Windows binary snapshot.
authorOliver Schmidt <ol.sc@web.de>
Tue, 20 Jan 2015 20:00:44 +0000 (21:00 +0100)
committerOliver Schmidt <ol.sc@web.de>
Tue, 20 Jan 2015 20:00:44 +0000 (21:00 +0100)
Although we're using Mingw-w64 to build the Windows binaries
they are in fact 32-bit binaries - which is just fine. However
the file name should reflect that.

Makefile.travis

index 78ded63e601479cfca5b73a4cbe750b1f1dd3049..4c0f688f82969396473d7a5d3facdc391a54454a 100644 (file)
@@ -24,7 +24,7 @@ endif
 
 SF_USER = oliverschmidt
 SF_HOST = frs.sourceforge.net
-SF_FILE = /home/frs/project/cc65/cc65-snapshot-win64.zip
+SF_FILE = /home/frs/project/cc65/cc65-snapshot-win32.zip
 
 SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q