From 3aa582ca10bd0e1eeb97b836496a12f0ea674ddf Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Thu, 25 Mar 2021 20:32:05 +0000 Subject: [PATCH] Update windows Qt5 path for translations. --- builders/windows-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders/windows-builder.py b/builders/windows-builder.py index 2a437b5..aa85a82 100644 --- a/builders/windows-builder.py +++ b/builders/windows-builder.py @@ -379,7 +379,7 @@ class WindowsBuilder(Builder): """ Return the path to Qt translation files on macOS """ - return os.path.join(self.site_packages, 'PyQt5', 'Qt', 'translations') + return os.path.join(self.site_packages, 'PyQt5', 'Qt5', 'translations') def add_extra_args(self, parser): """