Skip to content

Commit

Permalink
build: install locales for MacOS
Browse files Browse the repository at this point in the history
re #222
  • Loading branch information
bk138 committed May 23, 2023
1 parent 05fc183 commit 37303d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
" COMPONENT Runtime)
INSTALL(TARGETS MultiVNC BUNDLE DESTINATION . COMPONENT Runtime)
INSTALL(FILES README.md DESTINATION . RENAME Readme.txt)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/de.gmo DESTINATION MultiVNC.app/Contents/Resources/de.lproj RENAME ${LOCALE_DOMAIN}.mo)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/es.gmo DESTINATION MultiVNC.app/Contents/Resources/es.lproj RENAME ${LOCALE_DOMAIN}.mo)
endif(APPLE)

if(WIN32)
Expand Down

0 comments on commit 37303d5

Please sign in to comment.