forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
love9.json
31 lines (31 loc) · 914 Bytes
/
love9.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.9.2",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/love2d/love/releases/download/0.9.2/love-0.9.2-win64.zip",
"hash": "51e73d8ab2f76b5c8ba4454d4af6a4934efe9437cea0a7cd7cebf5831c787a1c",
"extract_dir": "love-0.9.2-win64"
},
"32bit": {
"url": "https://github.com/love2d/love/releases/download/0.9.2/love-0.9.2-win32.zip",
"hash": "f635772f7755ff60b8a7b5af5f94b34a599ae4c772231c8d0fb32f79aabb37de",
"extract_dir": "love-0.9.2-win32"
}
},
"bin": [
"love.exe",
[
"love.exe",
"love0.9"
]
],
"shortcuts": [
[
"love.exe",
"LÖVE 0.9"
]
]
}