scoop-games/bucket/vita3k-dev.json

44 lines
1.2 KiB
JSON

{
"homepage": "https://vita3k.org",
"description": "PlayStation Vita emulator (Development)",
"version": "599736",
"license": "GPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/Vita3K/Vita3K/releases/download/continuous/windows-latest.zip",
"hash": "e3569e1bfe94aca8e9037c144a5999da2c5ab33bee27149520d739c8b1a84cae"
}
},
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) {",
" New-item \"$persist_dir\" -ItemType Directory | Out-Null",
" New-item \"$persist_dir\\data\" -ItemType Directory | Out-Null",
" New-Item \"$persist_dir\\config.yml\" -Type File | Out-Null",
"}"
],
"bin": "Vita3K.exe",
"shortcuts": [
[
"Vita3K.exe",
"Vita3K"
]
],
"persist": [
"data",
"lang",
"shaders-builtin",
"config.yml"
],
"checkver": {
"github": "https://github.com/Vita3K/Vita3K",
"regex": "([a-f0-9]{6})"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Vita3K/Vita3K/releases/download/continuous/windows-latest.zip"
}
}
}
}