forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstation.json
25 lines (25 loc) · 866 Bytes
/
station.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
{
"homepage": "https://getstation.com/",
"description": "A free desktop application that unifies all your work tools in one neat & productive interface.",
"version": "1.65.0",
"license": "Proprietary",
"url": "https://github.com/getstation/desktop-app-releases/releases/download/1.65.0/browserX-1.65.0-full.nupkg",
"hash": "sha1:0ada8303baa27679fc44ce4bd8e2e36c5a060b6f",
"extract_dir": "lib\\net45",
"bin": "Station.exe",
"shortcuts": [
[
"Station.exe",
"Station"
]
],
"checkver": {
"github": "https://github.com/getstation/desktop-app-releases"
},
"autoupdate": {
"url": "https://github.com/getstation/desktop-app-releases/releases/download/$version/browserX-$version-full.nupkg",
"hash": {
"url": "$baseurl/RELEASES"
}
}
}