generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
rubick.json
32 lines (32 loc) · 1.01 KB
/
rubick.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
{
"version": "3.2.1",
"description": "Electron based open source toolbox, free integration of rich plug-ins.",
"homepage": "https://rubick.vip/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rubickCenter/rubick/releases/download/v3.2.1/rubick2-Setup-3.2.1.exe#/dl.7z",
"hash": "1f60afe34809af26fce738df0486681abed70eb548edd06dae3993c2cd092a68",
"pre_install": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$*\" -Force -Recurse"
]
}
},
"shortcuts": [
[
"rubick2.exe",
"Rubick"
]
],
"checkver": {
"github": "https://github.com/rubickCenter/rubick"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rubickCenter/rubick/releases/download/v$version/rubick2-Setup-$version.exe#/dl.7z"
}
}
}
}