-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
vidcoder.json
30 lines (30 loc) · 1007 Bytes
/
vidcoder.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
{
"version": "10.15",
"description": "DVD/Blu-ray ripping and video transcoding tool that uses HandBrake as its encoding engine.",
"homepage": "https://vidcoder.net",
"license": "GPL-2.0-only",
"notes": "VidCoder Settings are stored in \"%APPDATA%\\VidCoder\\VidCoder.sqlite\"",
"architecture": {
"64bit": {
"url": "https://github.com/RandomEngy/VidCoder/releases/download/v10.15/VidCoder-10.15-Portable.exe#/dl.7z",
"hash": "ea6926f60d7452c4e96c5323b51e6e3990ff753eeedd870381d4755f547bf16a"
}
},
"bin": "VidCoderCLI.exe",
"shortcuts": [
[
"VidCoder.exe",
"VidCoder"
]
],
"checkver": {
"github": "https://github.com/RandomEngy/VidCoder"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/RandomEngy/VidCoder/releases/download/v$version/VidCoder-$version-Portable.exe#/dl.7z"
}
}
}
}