Add plugins to py2 version

This commit is contained in:
Manuel Cortez 2018-12-29 09:27:51 -06:00
parent cee6abe02c
commit ae253bb083

View File

@ -25,7 +25,9 @@ from glob import glob
from requests import certs
def get_data():
return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]), ("", [certs.where()]),]+get_locales()
return [("", ["libvlccore.dll", "libvlc.dll", "cacerts.txt"]),
("", [certs.where(),
("plugins", glob("plugins/*/*.dll"))]),]+get_locales()
def get_locales():
answer = []