generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
upbge.json
30 lines (30 loc) · 923 Bytes
/
upbge.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
{
"version": "0.36.1",
"description": "Uchronia Project Blender Game Engine",
"homepage": "https://upbge.org/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/UPBGE/upbge/releases/download/v0.36.1/upbge-0.36.1-windows-x86_64.7z",
"hash": "4ddf64871519ee33dc6f6216a3ccd51784bbf6980a2f5d5dbe26117bde164ba8",
"extract_dir": "upbge-0.36.1-windows-x86_64"
}
},
"shortcuts": [
[
"blender.exe",
"UPBGE"
]
],
"checkver": {
"github": "https://github.com/UPBGE/upbge"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/UPBGE/upbge/releases/download/v$version/upbge-$version-windows-x86_64.7z",
"extract_dir": "upbge-$version-windows-x86_64"
}
}
}
}