From 05953b2ecc93d5f0eb2e954bfa891063699cb439 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 14 Dec 2016 08:54:52 -0500 Subject: [PATCH 1/1] CMake: Use correct path for Resources in app root for macOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2