From 5df9af05a255a4f17ea3ecfa34b63df4c7b765fb Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Thu, 14 Mar 2024 11:38:37 +0000 Subject: [PATCH] fix: put translations in buzz folder --- Buzz.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Buzz.spec b/Buzz.spec index ef552f27..7cf07bb7 100644 --- a/Buzz.spec +++ b/Buzz.spec @@ -22,10 +22,7 @@ datas += collect_data_files("transformers", include_py_files=True) datas += collect_data_files("whisper") datas += [("buzz/assets/*", "assets")] -datas += [ - (file[1], os.path.dirname(file[1])) - for file in Tree("./buzz/locale", prefix="buzz/locale", excludes=["*.po"]) -] +datas += [("buzz/locale", "locale")] block_cipher = None