Merge branch 'new-pyqt5-path' into 'master'

Update windows Qt5 path for translations.

See merge request openlp/packaging!13
This commit is contained in:
Tomas Groth 2021-03-25 20:32:22 +00:00
commit de68d8908a
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):
"""