Extras/bucket/rio.json
2026-07-28 09:16:56 +00:00

55 lines
2.0 KiB
JSON

{
"version": "0.5.2",
"description": "A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers",
"homepage": "https://github.com/raphamorim/rio",
"license": "MIT",
"architecture": {
"64bit": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v0.5.2/Rio-portable-x86_64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
],
"hash": [
"1e0beeba48cc089da28a660afda6c9971df0dc0a30c0203a5a50061e632f9be7",
"df14ea18ec6cf01cc7709d4de0e14cfa0366b54fbbbee5e936be16db28b929cb"
]
},
"arm64": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v0.5.2/Rio-portable-aarch64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
],
"hash": [
"eda21ef2550f964141be1a2fdd700352ad93e16ab2c0a5b5751fc0af58c70a77",
"df14ea18ec6cf01cc7709d4de0e14cfa0366b54fbbbee5e936be16db28b929cb"
]
}
},
"bin": "rio.exe",
"shortcuts": [
[
"rio.exe",
"Rio",
"--working-dir %USERPROFILE%",
"rio.ico"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable-x86_64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
]
},
"arm64": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable-aarch64.exe#/rio.exe",
"https://raw.githubusercontent.com/raphamorim/rio/main/misc/windows/rio.ico"
]
}
}
}
}