-
Notifications
You must be signed in to change notification settings - Fork 11
/
Baulk.json
34 lines (34 loc) · 992 Bytes
/
Baulk.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
{
"homepage": "https://github.com/baulk/baulk",
"license": "MIT",
"version": "5.0.1",
"architecture": {
"64bit": {
"url": "https://github.com/baulk/baulk/releases/download/v5.0.1/Baulk-5.0.1-win-x64.zip",
"hash": "e2bc10b35b4d4ed48232f3b1625e985e00eaead3ec5d2c0616c9e5d2f13137b4",
"extract_dir": "Baulk-5.0.1-win-x64"
}
},
"bin": [
"baulk-terminal.exe",
"bin\\baulk.exe",
"bin\\baulk-exec.exe",
"bin\\baulk-dock.exe",
"bin\\baulk-lnk.exe",
"bin\\baulk-update.exe"
],
"env_add_path": [
"bin\\links",
"bin"
],
"persist": "config\\baulk.json",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/baulk/baulk/releases/download/v$version/Baulk-$version-win-x64.zip",
"extract_dir": "Baulk-$version-win-x64"
}
}
}
}