forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
love10.json
31 lines (31 loc) · 923 Bytes
/
love10.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
25
26
27
28
29
30
31
{
"homepage": "https://love2d.org/",
"description": "LÖVE is an open-source 2D game framework for Lua.",
"version": "0.10.2",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/love2d/love/releases/download/0.10.2/love-0.10.2-win64.zip",
"hash": "a9603b1e1fb353bc0d5608629ea4c0d2e94df3598f3cc4c2e9e84723e6a5a2b9",
"extract_dir": "love-0.10.2-win64"
},
"32bit": {
"url": "https://github.com/love2d/love/releases/download/0.10.2/love-0.10.2-win32.zip",
"hash": "31132c176cd03e3eb2952c4b837e1049e907b8542deaa297d8efcd31cfa6a46a",
"extract_dir": "love-0.10.2-win32"
}
},
"bin": [
"love.exe",
[
"love.exe",
"love0.10"
]
],
"shortcuts": [
[
"love.exe",
"LÖVE 0.10"
]
]
}