]> git.jsancho.org Git - lugaru.git/commitdiff
CMake: Use correct path for Resources in app root for macOS
authorNeal Gompa <ngompa13@gmail.com>
Wed, 14 Dec 2016 13:54:52 +0000 (08:54 -0500)
committerNeal Gompa <ngompa13@gmail.com>
Wed, 14 Dec 2016 13:55:37 +0000 (08:55 -0500)
CMakeLists.txt

index 0feb4b9cc98130dc2986e9b1596457988d1a2e2b..1c55e5798acd19bf4242b055d7136b49f2802a4c 100644 (file)
@@ -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