36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://stella-emu.github.io/",
|
|
"description": "Multi-platform Atari 2600 VCS emulator",
|
|
"version": "6.4",
|
|
"license": "GPL-2.0-only",
|
|
"url": "https://github.com/stella-emu/stella/releases/download/6.4/Stella-6.4-windows.zip",
|
|
"hash": "36cef4f9c5aee482e1d04b73c05d6f334478b56527309d726d35426622946dcd",
|
|
"extract_dir": "Stella-6.4",
|
|
"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"
|
|
}
|
|
}
|