forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stash-dev.json
34 lines (34 loc) · 1015 Bytes
/
stash-dev.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
{
"version": "0.16.1-60-gb74428cb",
"description": "An organizer for your porn. (Dev release channel)",
"homepage": "https://stashapp.cc",
"license": "AGPL-3.0-only",
"suggest": {
"FFmpeg": [
"ffmpeg",
"ffmpeg-nightly"
]
},
"url": "https://github.com/stashapp/stash/releases/download/latest_develop/stash-win.exe",
"hash": "fe20d3e6824baba322b3af36d447efabae67b1ebbd0b0a809ee407f3bb0c4759",
"bin": [
[
"stash-win.exe",
"stash-win",
"-c \"$dir\\config\\config.yml\""
],
[
"stash-win.exe",
"stash",
"-c \"$dir\\config\\config.yml\""
]
],
"persist": "config",
"checkver": {
"url": "https://github.com/stashapp/stash/releases/tag/latest_develop",
"regex": "Release v([\\w.-]+)"
},
"autoupdate": {
"url": "https://github.com/stashapp/stash/releases/download/latest_develop/stash-win.exe"
}
}