fix Mac i18n location

This commit is contained in:
Jonathan Rainville 2020-08-10 13:49:17 -04:00 committed by Iuri Matias
parent acc067d536
commit 24ddb7852c
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ $(STATUS_CLIENT_DMG): nim_status_client $(DMG_TOOL)
cp status-icon.icns $(MACOS_OUTER_BUNDLE)/Contents/Resources/
cp status.svg $(MACOS_OUTER_BUNDLE)/Contents/
cp -R resources.rcc $(MACOS_OUTER_BUNDLE)/Contents/
mkdir -p $(MACOS_OUTER_BUNDLE)/Contents/i18n
cp ui/i18n/* $(MACOS_OUTER_BUNDLE)/Contents/i18n/
mkdir -p $(MACOS_OUTER_BUNDLE)/Contents/MacOS/i18n
cp ui/i18n/* $(MACOS_OUTER_BUNDLE)/Contents/MacOS/i18n/
echo -e $(BUILD_MSG) "app"
macdeployqt \