39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"version": "2.2.0",
|
|
"description": "Easily download and manage game cheats for your convenience.",
|
|
"homepage": "https://github.com/dyang886/Game-Cheats-Manager",
|
|
"license": "GPL-3.0",
|
|
"url": "https://github.com/dyang886/Game-Cheats-Manager/releases/download/v2.2.0/Game.Cheats.Manager.Setup.2.2.0.exe",
|
|
"hash": "19EB208F4108EA273AFCDD19F48F1ED83742AC8047E74691AA8709AF2FE6DF51",
|
|
"bin": "Game Cheats Manager.exe",
|
|
"shortcuts": [
|
|
[
|
|
"Game Cheats Manager.exe",
|
|
"Game-Cheats-Manager",
|
|
"GCM"
|
|
]
|
|
],
|
|
"installer": {
|
|
"args": [
|
|
"/VERYSILENT",
|
|
"/NORESTART",
|
|
"/SP-"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"script": [
|
|
"& \"$dir\\unins000.exe\" /VERYSILENT /NORESTART"
|
|
]
|
|
},
|
|
"persist": [
|
|
"apps"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/dyang886/Game-Cheats-Manager/releases/latest",
|
|
"regex": "v(\\d+\\.\\d+\\.\\d+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/dyang886/Game-Cheats-Manager/releases/download/v$version/Game.Cheats.Manager.Setup.$version_Windows.exe"
|
|
}
|
|
}
|