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): """