Fixed a typo
This commit is contained in:
parent
8b82250d62
commit
4e88686671
@ -5,7 +5,7 @@ block_cipher = None
|
|||||||
a = Analysis(['main.py'],
|
a = Analysis(['main.py'],
|
||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
binaries=[("plugins", "plugins"),
|
binaries=[("plugins", "plugins"),
|
||||||
("locales", "locale"),
|
("locales", "locales"),
|
||||||
("libvlc.dll", "."),
|
("libvlc.dll", "."),
|
||||||
("libvlccore.dll", "."),
|
("libvlccore.dll", "."),
|
||||||
("bootstrap.exe", "."),
|
("bootstrap.exe", "."),
|
||||||
|
Loading…
Reference in New Issue
Block a user