generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mpv-easy-player.json
34 lines (34 loc) · 1.05 KB
/
mpv-easy-player.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.39.0.1",
"description": "A modern video player based on mpv",
"homepage": "http://www.rjno1.com/mpv-easy-player/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/422658476/MPV-EASY-Player/releases/download/0.39.0.1/MPV-EASY.Player.V0.39.0.1.exe#/dl.7z",
"hash": "2e752eabc77030c60fd81a2b303fbd3d22b434d1da887a8f3ea829cd6beb9917",
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse"
}
},
"persist": "data",
"shortcuts": [
[
"MPV-EASY Player.exe",
"MPV-EASY Player"
],
[
"MpvEasyAdmin.exe",
"MPV-EASY Player Settings"
]
],
"checkver": {
"github": "https://github.com/422658476/MPV-EASY-Player"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/422658476/MPV-EASY-Player/releases/download/$version/MPV-EASY.Player.V$version.exe#/dl.7z"
}
}
}
}