2021-02-13 05:48:08 -08:00
|
|
|
{
|
|
|
|
"homepage": "https://github.com/Davidobot/BetterJoy",
|
|
|
|
"description": "A remapping program for Nintendo Switch controllers",
|
|
|
|
"license": "MIT",
|
2021-12-26 16:30:47 -08:00
|
|
|
"version": "v7.1",
|
2021-02-13 05:48:08 -08:00
|
|
|
"architecture": {
|
|
|
|
"64bit": {
|
2021-12-26 16:30:47 -08:00
|
|
|
"url": "https://github.com/Davidobot/BetterJoy/releases/download/v7.1/BetterJoy_v7.1.zip",
|
|
|
|
"hash": "a9ffe5bb14b05e775f34f9eeff41fca89a350d49252eedae1e330e88952e7f36"
|
2021-02-13 05:48:08 -08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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."
|
|
|
|
]
|
|
|
|
}
|