-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsubloader.json
More file actions
35 lines (35 loc) · 1.08 KB
/
Copy pathsubloader.json
File metadata and controls
35 lines (35 loc) · 1.08 KB
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
{
"version": "1.7.0",
"description": "Subloader enables you to quickly find and download subtitles for your video files using OpenSubtitles API.",
"homepage": "https://github.com/Valyreon/Subloader",
"license": "MIT",
"suggest": {
".NET Desktop Runtime 10.0": "versions/windowsdesktop-runtime-10.0"
},
"architecture": {
"64bit": {
"url": "https://github.com/Valyreon/Subloader/releases/download/v1.7.0/scoop.zip",
"hash": "dcf162b6c1c6d5b20e46a3e69a9eb0ba5a18d040681bc2c11a5cdb71b2eda977"
}
},
"post_install": ". \"$dir\\create_registry.ps1\"",
"bin": "subloader-cli.exe",
"shortcuts": [
[
"subload.exe",
"Subloader"
]
],
"pre_uninstall": ". \"$dir\\clean_registry.ps1\"",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Valyreon/Subloader/releases/download/v$version/scoop.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}