Add locales to the final distribution file for python 3
This commit is contained in:
parent
bbb0b4283b
commit
1541b0e1b7
@ -5,6 +5,7 @@ block_cipher = None
|
|||||||
a = Analysis(['main.py'],
|
a = Analysis(['main.py'],
|
||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[("plugins", "plugins"),
|
binaries=[("plugins", "plugins"),
|
||||||
|
("locales", "locale"),
|
||||||
("libvlc.dll", "."),
|
("libvlc.dll", "."),
|
||||||
("libvlccore.dll", "."),
|
("libvlccore.dll", "."),
|
||||||
("bootstrap.exe", "."),
|
("bootstrap.exe", "."),
|
||||||
|
Loading…
Reference in New Issue
Block a user