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:
parent
5afca33db1
commit
3aa582ca10
@ -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