From: Oliver Schmidt
Date: Tue, 20 Jan 2015 20:00:44 +0000 (+0100)
Subject: Fixed file name of Windows binary snapshot.
X-Git-Tag: V2.15~24
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a0c4ca9bd76c6c2b35863c5cbe846436a58f06c3;p=cc65
Fixed file name of Windows binary snapshot.
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.
---
diff --git a/Makefile.travis b/Makefile.travis
index 78ded63e6..4c0f688f8 100644
--- a/Makefile.travis
+++ b/Makefile.travis
@@ -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