rename mac-localizations to mac-translations.cmake

Rename cmake script to copy .gmo files into the .app introduced in
bf4606fc from mac-localizations.cmake to mac-translations.cmake since
these are really translations and not localizations.
This commit is contained in:
Rafael Kitover 2018-08-11 15:05:12 -07:00
parent bf4606fc18
commit e67b513e94
2 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ if(APPLE)
)
add_custom_command(TARGET visualboyadvance-m POST_BUILD
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/mac-localizations.cmake
COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/mac-translations.cmake
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
ENDIF()