diff options
Diffstat (limited to 'translations')
-rw-r--r-- | translations/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index d28a997d..c5ae65a6 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -10,7 +10,7 @@ add_custom_target(translations_update DEPENDS ${TRANSLATION_MESSAGES}) add_custom_target(translations DEPENDS ${TRANSLATION_QM}) if(APPLE AND UNIX) ## OSX - install(FILES ${TRANSLATION_QM} DESTINATION MultiMC.app/Contents/MacOS/translations) + install(FILES ${TRANSLATION_QM} DESTINATION MultiMC.app/Contents/Resources/translations) else() install(FILES ${TRANSLATION_QM} DESTINATION translations) endif() |