This repository was archived by the owner on Sep 30, 2022. It is now read-only.
File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ and then on Windows do something like this:
7
7
8
8
The latest windows executable is:
9
9
10
- https://storage.googleapis.com/winstrap/winstrap-20140711 .exe
10
+ https://storage.googleapis.com/winstrap/winstrap-2015-01-03-43d7fa3 .exe
Original file line number Diff line number Diff line change @@ -19,9 +19,15 @@ import (
19
19
)
20
20
21
21
var files = map [string ]string {
22
- "tdm64-gcc-4.8.1-3.exe" : "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm64-gcc-4.8.1-3.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1407729829&use_mirror=ufpr" ,
23
- wixFilename : "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wix&DownloadId=204417&FileTime=129409234222130000&Build=20919" ,
24
- "Git.exe" : "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/Git-1.9.5-preview20141217.exe" ,
22
+ // The "tdm64" one (despite the name) doesn't run on 64-bit Windows.
23
+ // But the tdm-gcc one does, and installs both 32- and 64-bit versions.
24
+ // No clue what tdm64 means.
25
+ // "tdm64-gcc-4.8.1-3.exe": "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm64-gcc-4.8.1-3.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1407729829&use_mirror=ufpr",
26
+ "tdm-gcc-4.9.2.exe" : "http://downloads.sourceforge.net/project/tdm-gcc/TDM-GCC%20Installer/tdm-gcc-4.9.2.exe?r=http%3A%2F%2Ftdm-gcc.tdragon.net%2Fdownload&ts=1420336642&use_mirror=hivelocity" ,
27
+
28
+ wixFilename : "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=wix&DownloadId=204417&FileTime=129409234222130000&Build=20919" ,
29
+ "Git.exe" : "https://github.com/msysgit/msysgit/releases/download/Git-1.9.5-preview20141217/Git-1.9.5-preview20141217.exe" ,
30
+ "Start Buildlet.exe" : "https://storage.googleapis.com/go-builder-data/buildlet-stage0.windows-amd64" ,
25
31
}
26
32
27
33
const wixFilename = "Wix35.msi"
You can’t perform that action at this time.
0 commit comments