From 4e8868667177ab762e25d9cc8c3458f3783f0573 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 28 Dec 2018 22:08:47 -0600 Subject: [PATCH] Fixed a typo --- src/main.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.spec b/src/main.spec index a1a4df5..87fea40 100644 --- a/src/main.spec +++ b/src/main.spec @@ -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", "."),