X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=CMakeLists.txt;h=1c55e5798acd19bf4242b055d7136b49f2802a4c;hb=05953b2ecc93d5f0eb2e954bfa891063699cb439;hp=0feb4b9cc98130dc2986e9b1596457988d1a2e2b;hpb=d46a3cd0802e4a694165ef2da46d9e25558178ab;p=lugaru.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0feb4b9..1c55e57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -236,7 +236,7 @@ endif(LINUX) if(APPLE) set(LUGARU_APP_ROOT ${CMAKE_INSTALL_PREFIX}/Lugaru.app) set(LUGARU_BINDIR ${LUGARU_APP_ROOT}/Contents/MacOS) - set(LUGARU_RESDIR ${LUGARU_APP_ROOT}/Resources) + set(LUGARU_RESDIR ${LUGARU_APP_ROOT}/Contents/Resources) endif(APPLE) # Actual installation instructions