From 1541b0e1b769c826ab8acddb05e06c683ee586c3 Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 28 Dec 2018 22:03:00 -0600 Subject: [PATCH] Add locales to the final distribution file for python 3 --- src/main.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.spec b/src/main.spec index fec747f..a1a4df5 100644 --- a/src/main.spec +++ b/src/main.spec @@ -5,6 +5,7 @@ block_cipher = None a = Analysis(['main.py'], pathex=['.'], binaries=[("plugins", "plugins"), +("locales", "locale"), ("libvlc.dll", "."), ("libvlccore.dll", "."), ("bootstrap.exe", "."),