Fixed integration issue
This commit is contained in:
parent
ae253bb083
commit
309815b7e5
@ -26,8 +26,8 @@ from requests import certs
|
|||||||
|
|
||||||
def get_data():
|
def get_data():
|
||||||
return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]),
|
return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]),
|
||||||
("", [certs.where(),
|
("", [certs.where()],
|
||||||
("plugins", glob("plugins/*/*.dll"))]),]+get_locales()
|
("plugins", glob("plugins/*/*.dll"))),]+get_locales()
|
||||||
|
|
||||||
def get_locales():
|
def get_locales():
|
||||||
answer = []
|
answer = []
|
||||||
|
Loading…
Reference in New Issue
Block a user