scoop-games/bucket/pcsx2-dev.json

59 lines
2.1 KiB
JSON

{
"homepage": "https://pcsx2.net/",
"description": "A feature rich FOSS PlayStation 2 emulator (development version)",
"license": "LGPL-3.0-or-later",
"version": "1.7.0-1944",
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v1.7.0-dev-1944-gc3e5b4225b&platform=windows-x86#/dl.7z",
"hash": "86148deda5522fbd1d78284e9750d78c5f1c9df29c421cb23b743f3f2c204462",
"extract_dir": "pcsx2-v1.7.0-dev-1944-gc3e5b4225b-windows-x86",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" if (Test-Path \"$env:USERPROFILE\\Documents\\PCSX2\") {",
" Write-host \"Migrating AppData...\" -ForegroundColor yellow",
" Copy-Item -Path \"$env:USERPROFILE\\Documents\\PCSX2\\*\" -Destination \"$persist_dir\" -Recurse",
" Remove-Item -Path \"$env:USERPROFILE\\Documents\\PCSX2\" -Recurse",
" }",
"}"
],
"bin": "pcsx2.exe",
"persist": [
"bios",
"cheats",
"cheats_ws",
"inis",
"logs",
"memcards",
"shaders\\GSdx_FX_Settings.ini",
"snaps",
"sstates",
"portable.ini"
],
"shortcuts": [
[
"pcsx2.exe",
"PCSX2-dev"
]
],
"suggest": {
"Visual Studio redist 2015": [
"vcredist",
"vcredist2015"
]
},
"checkver": {
"url": "https://buildbot.orphis.net/pcsx2/index.php",
"regex": "(?<basever>[\\d\\.]+)-dev-(?<build>[\\d]+)-(?<commit>g[a-f\\d]{10})",
"replace": "${basever}-${build}"
},
"autoupdate": {
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v$matchBasever-dev-$matchBuild-$matchCommit&platform=windows-x86#/dl.7z",
"extract_dir": "pcsx2-v$matchBasever-dev-$matchBuild-$matchCommit-windows-x86"
},
"notes": [
"ATTENTION: PCSX2 requires a dump of the PS2 BIOS to function.",
"Place the BIOS file in $persist_dir\\bios",
"Learn more at https://pcsx2.net/config-guide/official-english-pcsx2-configuration-guide.html#Bios"
]
}