From: Neal Gompa Date: Wed, 14 Dec 2016 13:54:52 +0000 (-0500) Subject: CMake: Use correct path for Resources in app root for macOS X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=05953b2ecc93d5f0eb2e954bfa891063699cb439 CMake: Use correct path for Resources in app root for macOS --- 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