From 2ec879dfc354c1aa95f78e9f264f2487fd2688ae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 19 Jun 2015 19:35:09 +0100 Subject: [PATCH] Try again to fix OS X resource directory location. --- src/lib/cross.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/cross.cc b/src/lib/cross.cc index 76fa48cfe..0bcb31e3e 100644 --- a/src/lib/cross.cc +++ b/src/lib/cross.cc @@ -169,7 +169,7 @@ shared_path () return path.parent_path(); #endif #ifdef DCPOMATIC_OSX - return app_contents() / ".." / "Resources"; + return app_contents() / "Resources"; #endif } -- 2.30.2