scoop-games/bucket/pcsx2-dev.json

59 lines
2.0 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-2377",
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v1.7.2377&platform=windows-x86#/dl.7z",
"hash": "d891840501fca528706e783f2433f1168604b99bfc123882a9f8d10f256e4db1",
"extract_dir": "pcsx2-v1.7.2377-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": "v(?<basever>\\d+\\.\\d+)\\.(?<build>\\d+)",
"replace": "${basever}-${build}"
},
"autoupdate": {
"url": "https://buildbot.orphis.net/pcsx2/index.php?m=dl&rev=v$matchBasever.$matchBuild&platform=windows-x86#/dl.7z",
"extract_dir": "pcsx2-v$matchBasever.$matchBuild-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"
]
}