scoop-games/bucket/nanoboyadvance.json

28 lines
861 B
JSON

{
"version": "1.6",
"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.6/NanoBoyAdvance-1.6-win64.zip",
"hash": "ecba8e988afa7e2ecfe464968c66c6805022eb24c7d8895513d83324cfaf451a"
}
},
"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"
}
}
}
}