-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.json
24 lines (24 loc) · 941 Bytes
/
info.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"releases" : {
"win" : {
"ver": "2.0.7",
"link": "https://github.com/drassil-net/drassil-app/releases/download/2.0.7/DrassilLauncher.Setup.2.0.7.exe"
},
"win-ia32" : {
"ver": "2.0.7",
"link": "https://github.com/drassil-net/drassil-app/releases/download/2.0.7/DrassilLauncher.Setup.2.0.7-ia32.exe"
},
"linux" : {
"ver": "2.0.7",
"link": "https://github.com/drassil-net/drassil-app/releases/download/2.0.7/DrassilLauncher-2.0.7-x86_64.AppImage"
},
"linux-ia32" : {
"ver": "2.0.7",
"link": "https://github.com/drassil-net/drassil-app/releases/download/2.0.7/DrassilLauncher-2.0.7-ia32.AppImage"
},
"mac" : {
"ver": "2.0.7",
"link": "https://github.com/drassil-net/drassil-app/releases/download/2.0.7/DrassilLauncher-2.0.7.dmg"
}
}
}