forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cheat-engine.json
48 lines (48 loc) · 1.47 KB
/
cheat-engine.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"homepage": "https://cheatengine.org/index.php",
"description": "a tool for modifying, debugging, single player games and applications",
"version": "6.8.2",
"innosetup": true,
"url": "https://github.com/cheat-engine/cheat-engine/releases/download/6.8.2/CheatEngine682.exe",
"hash": "61a35039e8da357e9d6f06642f417dc897ed9a077f6a99e84b46ada1a211d949",
"architecture": {
"64bit": {
"shortcuts": [
[
"Cheat Engine.exe",
"Cheat Engine"
],
[
"windowsrepair.exe",
"Cheat Engine Windows Repair"
],
[
"Tutorial-x86_64.exe",
"Cheat Engine Tutorial"
]
]
},
"32bit": {
"shortcuts": [
[
"Cheat Engine.exe",
"Cheat Engine"
],
[
"windowsrepair.exe",
"Cheat Engine Windows Repair"
],
[
"Tutorial-i386.exe",
"Cheat Engine Tutorial"
]
]
}
},
"checkver": {
"github": "https://github.com/cheat-engine/cheat-engine"
},
"autoupdate": {
"url": "https://github.com/cheat-engine/cheat-engine/releases/download/$version/CheatEngine$cleanVersion.exe"
}
}