Update windows Qt5 path for translations.

This commit is contained in:
Tomas Groth 2021-03-25 20:32:05 +00:00
parent 5afca33db1
commit 3aa582ca10
1 changed files with 1 additions and 1 deletions

View File

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