feat: add cheat-engine
This commit is contained in:
parent
f16c2a54fe
commit
61348d3f29
@ -1,63 +0,0 @@
|
|||||||
{
|
|
||||||
"##": "This file is a template. Fill the blanks and add or remove fields as necessary.",
|
|
||||||
"version": "",
|
|
||||||
"description": "",
|
|
||||||
"homepage": "",
|
|
||||||
"license": "",
|
|
||||||
"notes": "",
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": "",
|
|
||||||
"hash": ""
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": "",
|
|
||||||
"hash": ""
|
|
||||||
},
|
|
||||||
"arm64": {
|
|
||||||
"url": "",
|
|
||||||
"hash": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pre_install": "",
|
|
||||||
"installer": {
|
|
||||||
"script": ""
|
|
||||||
},
|
|
||||||
"post_install": [
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"uninstaller": {
|
|
||||||
"script": ""
|
|
||||||
},
|
|
||||||
"bin": "",
|
|
||||||
"env_add_path": [
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"persist": [
|
|
||||||
"",
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"checkver": {
|
|
||||||
"url": "",
|
|
||||||
"regex": ""
|
|
||||||
},
|
|
||||||
"autoupdate": {
|
|
||||||
"architecture": {
|
|
||||||
"64bit": {
|
|
||||||
"url": ""
|
|
||||||
},
|
|
||||||
"32bit": {
|
|
||||||
"url": ""
|
|
||||||
},
|
|
||||||
"arm64": {
|
|
||||||
"url": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"hash": {
|
|
||||||
"url": "",
|
|
||||||
"regex": ""
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
53
bucket/cheat-engine.json
Normal file
53
bucket/cheat-engine.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"version": "7.5.0-7712",
|
||||||
|
"description": "Tool for modifying/debugging single player games and applications.",
|
||||||
|
"homepage": "https://cheatengine.org/index.php",
|
||||||
|
"license": {
|
||||||
|
"identifier": "Freeware",
|
||||||
|
"url": "https://github.com/cheat-engine/cheat-engine/issues/60#issuecomment-467317576"
|
||||||
|
},
|
||||||
|
"url": "https://github.com/ardittristan/cheat-engine/releases/download/7.5.0-7712/release.zip",
|
||||||
|
"hash": "ed9ebf8952ee04af166f90dd28e49835149f122c699aa85b56e0bee9730a2dac",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"cheatengine-x86_64-SSE4-AVX2.exe",
|
||||||
|
"Cheat Engine"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"windowsrepair.exe",
|
||||||
|
"Cheat Engine Windows Repair"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"tutorial-x86_64.exe",
|
||||||
|
"Cheat Engine Tutorial"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"shortcuts": [
|
||||||
|
[
|
||||||
|
"cheatengine-i386.exe",
|
||||||
|
"Cheat Engine"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"windowsrepair.exe",
|
||||||
|
"Cheat Engine Windows Repair"
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"tutorial-i386.exe",
|
||||||
|
"Cheat Engine Tutorial"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"checkver": {
|
||||||
|
"url": "https://api.github.com/repos/ardittristan/cheat-engine/releases?per_page=1",
|
||||||
|
"jsonpath": "$..tag_name",
|
||||||
|
"regex": "([\\d.-]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://github.com/ardittristan/cheat-engine/releases/download/$version/release.zip"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user