scoop-games/bucket/stella.json

36 lines
1.0 KiB
JSON

{
"homepage": "https://stella-emu.github.io/",
"description": "Multi-platform Atari 2600 VCS emulator",
"version": "6.0.2",
"license": "GPL-2.0-only",
"url": "https://github.com/stella-emu/stella/releases/download/6.0.2/Stella-6.0.2-windows.zip",
"hash": "c2cef20cca6f3009785d30d9cb96ec70837af1e84eb350f94c8d45d4ca04d07e",
"extract_dir": "Stella-6.0.2",
"architecture": {
"32bit": {
"shortcuts": [
[
"32-bit/Stella.exe",
"Stella"
]
]
},
"64bit": {
"shortcuts": [
[
"64-bit/Stella.exe",
"Stella"
]
]
}
},
"persist": "config",
"checkver": {
"github": "https://github.com/stella-emu/stella"
},
"autoupdate": {
"url": "https://github.com/stella-emu/stella/releases/download/$version/Stella-$version-windows.zip",
"extract_dir": "Stella-$version"
}
}