BetterJoy: Add v6.4b (#191)

master
BlackPowerade 2021-02-13 06:48:08 -07:00 committed by GitHub
parent 5ea130b994
commit 07b9adc8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 44 additions and 0 deletions

44
bucket/betterjoy.json Normal file
View File

@ -0,0 +1,44 @@
{
"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."
]
}