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.1",
"innosetup": true,
"url": "https://github.com/cheat-engine/cheat-engine/releases/download/v6.8.1/CheatEngine681.exe",
"hash": "6f795f11fa3983b4779426dd6dce8346e279b099f62ad4bab5d246b932e09885",
"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/v$version/CheatEngine$cleanVersion.exe"
}
}