Fixed a typo

This commit is contained in:
Manuel Cortez 2018-12-28 22:08:47 -06:00
parent 8b82250d62
commit 4e88686671

View File

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