[py2] Fixed error when coppying VLC plugins, include settings template
This commit is contained in:
parent
309815b7e5
commit
32db1ade12
@ -25,9 +25,11 @@ from glob import glob
|
|||||||
from requests import certs
|
from requests import certs
|
||||||
|
|
||||||
def get_data():
|
def get_data():
|
||||||
return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]),
|
return [
|
||||||
("", [certs.where()],
|
("", ["app-configuration.defaults", "libvlccore.dll", "libvlc.dll", "cacerts.txt"]),
|
||||||
("plugins", glob("plugins/*/*.dll"))),]+get_locales()
|
("", [certs.where()]),
|
||||||
|
("plugins", glob("plugins/*/*.dll")),
|
||||||
|
]+get_locales()
|
||||||
|
|
||||||
def get_locales():
|
def get_locales():
|
||||||
answer = []
|
answer = []
|
||||||
|
Loading…
Reference in New Issue
Block a user