mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Merge branch 'new-pyqt5-path' into 'master'
Update windows Qt5 path for translations. See merge request openlp/packaging!13
This commit is contained in:
commit
cfdbeb7176
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user