{ "homepage": "https://vita3k.org", "description": "PlayStation Vita emulator (Development)", "version": "603814", "license": "GPL-2.0", "architecture": { "64bit": { "url": "https://github.com/Vita3K/Vita3K/releases/download/continuous/windows-latest.zip", "hash": "621a25290d99e315f02d2d1440b94b8267899f2d0d4f902e14046bedc594822a" } }, "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" } } } }