scoop-games/bucket/nanoboyadvance.json

28 lines
861 B
JSON

{
"version": "1.4",
"description": "NanoBoyAdvance is a Game Boy Advance emulator focused on accuracy.",
"homepage": "https://github.com/nba-emu/NanoBoyAdvance",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/nba-emu/NanoBoyAdvance/releases/download/v1.4/NanoBoyAdvance-1.4-win64.zip",
"hash": "f4b678d7868b613588e01e25fb091a0677e10cd87906d3298e44ee71fd53b07c"
}
},
"shortcuts": [
[
"NanoBoyAdvance.exe",
"NanoBoyAdvance"
]
],
"persist": "config.toml",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nba-emu/NanoBoyAdvance/releases/download/v$version/NanoBoyAdvance-$version-win64.zip"
}
}
}
}