Statistics
| Branch: | Tag: | Revision:

root / Assets / Installer / downloads.json @ 174:6bb2461a2ff5

History | View | Annotate | Download (717 Bytes)

1
{
2
    "downloads": [
3
        {
4
            "title": "Tidmarsh Living Observatory for Mac OS X",
5
            "platform": "mac",
6
            "version": "%VER%",
7
            "date": "%DATE%",
8
            "url": "dl/tidmarsh-%VER%-mac.zip"
9
        },
10
        {
11
            "title": "Tidmarsh Living Observatory for Windows",
12
            "platform": "win32",
13
            "version": "%VER%",
14
            "date": "%DATE%",
15
            "url": "dl/tidmarsh-%VER%-win.exe"
16
        },
17
        {
18
            "title": "Tidmarsh Living Observatory for Linux x64",
19
            "platform": "linux",
20
            "version": "%VER%",
21
            "date": "%DATE%",
22
            "url": "dl/tidmarsh-%VER%-linux.tar.bz2"
23
        }
24
    ]
25
}
26