From 10cb585d86ab12f8ecbd4d3608b5efea3f54a5e3 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Tue, 20 Jan 2015 21:01:10 +0100 Subject: [PATCH] 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. --- getting-started.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started.html b/getting-started.html index e610a97df..8d7bbbf89 100644 --- a/getting-started.html +++ b/getting-started.html @@ -62,7 +62,7 @@

Microsoft Windows

Download the - + current cc65 snapshot and unzip it to a path of your choice that doesn't contain spaces (let's presume 'c:\cc65' here). Now cc65 is fully functional without further steps. diff --git a/index.html b/index.html index 3d76e83d5..573f23b61 100644 --- a/index.html +++ b/index.html @@ -79,7 +79,7 @@ Source Code

  • - + Windows Snapshot
  • -- 2.39.5