1
0
mirror of https://gitlab.com/openlp/packaging.git synced 2024-12-22 04:52:50 +00:00

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

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