forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
love8.json
31 lines (31 loc) · 922 Bytes
/
love8.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.8.0",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/love2d/love/releases/download/0.8.0/love-0.8.0-win-x64.zip",
"hash": "8042e7b62e6da5cdc000641eaac144d378845fb78bfce7e880e86f7c2925f385",
"extract_dir": "love-0.8.0-win-x64"
},
"32bit": {
"url": "https://github.com/love2d/love/releases/download/0.8.0/love-0.8.0-win-x86.zip",
"hash": "cc9dbd6f174b55f17a404a5c3d331e1bf82748f0ea5a14edca4bcde862eb9ff1",
"extract_dir": "love-0.8.0-win-x86"
}
},
"bin": [
"love.exe",
[
"love.exe",
"love0.8"
]
],
"shortcuts": [
[
"love.exe",
"LÖVE 0.8"
]
]
}