-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
vlc-bluray-plugin.json
36 lines (36 loc) · 1.27 KB
/
vlc-bluray-plugin.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
35
36
{
"architecture": {
"32bit": {
"hash": [
"f946dce7da4768a26a167971523560a6b6c3d008bc7dcb9d4f1b02f65c17df59",
"01d0ce278085326e053c385fb80de06006e2db3732495354c088bd5563b7e25f"
],
"url": [
"https://vlc-bluray.whoknowsmy.name/files/win32/libaacs.dll",
"https://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg"
]
},
"64bit": {
"hash": [
"3239525d12eab625912825be873eafa93f4160d3087075957133617996f9378f",
"01d0ce278085326e053c385fb80de06006e2db3732495354c088bd5563b7e25f"
],
"url": [
"https://vlc-bluray.whoknowsmy.name/files/win64/libaacs.dll",
"https://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg"
]
}
},
"depends": [
"vlc"
],
"description": "VLC Blu-ray plugin",
"homepage": "https://www.videolan.org/",
"license": "GPL-2.0-only",
"post_install": [
"New-Item -ItemType Directory -Force -Path \"$($env:ProgramData)/aacs\" >$null",
"Copy-Item \"$dir/KEYDB.cfg\" \"$($env:ProgramData)/aacs\"",
"Copy-Item \"$dir/*.dll\" \"$(appdir vlc $global)/current\""
],
"version": "2018.03.25"
}