mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-10 17:59:02 +00:00
Fixed cocoa building process which didn't put the "locale" folder in the Resource folder anymore, causing core and hscommon locs not to be shown.
This commit is contained in:
parent
d90764a9ea
commit
b42b0be512
1
build.py
1
build.py
@ -184,6 +184,7 @@ def build_localizations(ui, edition):
|
||||
build_base_localizations()
|
||||
if ui == 'cocoa':
|
||||
build_cocoa_localizations(edition)
|
||||
locale_dest = op.join(cocoa_app(edition).resources, 'locale')
|
||||
elif ui == 'qt':
|
||||
build_qt_localizations()
|
||||
locale_dest = op.join('build', 'locale')
|
||||
|
Loading…
Reference in New Issue
Block a user