scoop-games/bucket/sameboy.json

38 lines
1.1 KiB
JSON

{
"version": "0.15.1",
"description": "A Game Boy and Game Boy Color emulator written in C",
"homepage": "https://sameboy.github.io/",
"license": {
"identifier": "MIT",
"url": "https://github.com/LIJI32/SameBoy/blob/master/LICENSE"
},
"url": "https://github.com/LIJI32/SameBoy/releases/download/v0.15.1/sameboy_winsdl_v0.15.1.zip",
"hash": "804284225744cf15deebbad251caa426a0c62be6c0cf65dfa58eb6e5f5996b10",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\prefs.bin\")) {",
" New-Item \"$dir\\prefs.bin\" -Type File | Out-Null",
"}"
],
"bin": [
"sameboy.exe",
"sameboy_debugger.exe"
],
"shortcuts": [
[
"sameboy.exe",
"SameBoy"
],
[
"sameboy_debugger.exe",
"SameBoy Debugger"
]
],
"persist": "prefs.bin",
"checkver": {
"github": "https://github.com/LIJI32/SameBoy"
},
"autoupdate": {
"url": "https://github.com/LIJI32/SameBoy/releases/download/v$version/sameboy_winsdl_v$version.zip"
}
}