scoop-games/bucket/betterjoy.json

45 lines
1.4 KiB
JSON
Raw Normal View History

2021-02-13 05:48:08 -08:00
{
"homepage": "https://github.com/Davidobot/BetterJoy",
"description": "A remapping program for Nintendo Switch controllers",
"license": "MIT",
"version": "v6.4b",
"architecture": {
"64bit": {
"url": "https://github.com/Davidobot/BetterJoy/releases/download/v6.4b/BetterJoy_v6.4b.zip",
"hash": "8a9212b02eaa2fa016b5e33c11bb1530621d74a3faad43ba9427419943154e8d"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-Item -Path \"$dir\" -Name \"settings\" -ItemType \"File\" | Out-Null",
"}"
],
"bin": "BetterJoyForCemu.exe",
"shortcuts": [
[
"BetterJoyForCemu.exe",
"BetterJoy"
]
],
"persist": [
"BetterJoyForCemu.exe.config",
"settings"
],
"checkver": {
"github": "https://github.com/Davidobot/BetterJoy",
"regex": "download/(?<build>v[\\d\\.]+[a-z]?)",
"replace": "${1}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Davidobot/BetterJoy/releases/download/$matchBuild/BetterJoy_$matchBuild.zip"
}
}
},
"notes": [
"BetterJoy needs vigembus installed to function.",
"Run the ViGEm_Bus_Setup at $dir\\Drivers if you have never installed ViGEm before."
]
}