Add locales to the final distribution file for python 3

This commit is contained in:
Manuel Cortez 2018-12-28 22:03:00 -06:00
parent bbb0b4283b
commit 1541b0e1b7

View File

@ -5,6 +5,7 @@ block_cipher = None
a = Analysis(['main.py'],
pathex=['.'],
binaries=[("plugins", "plugins"),
("locales", "locale"),
("libvlc.dll", "."),
("libvlccore.dll", "."),
("bootstrap.exe", "."),