mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +00:00
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.
This commit is contained in:
@@ -24,7 +24,7 @@ endif
|
|||||||
|
|
||||||
SF_USER = oliverschmidt
|
SF_USER = oliverschmidt
|
||||||
SF_HOST = frs.sourceforge.net
|
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
|
SCPFLAGS = -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -q
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user