From: Carl Hetherington Date: Fri, 19 Jun 2015 18:35:09 +0000 (+0100) Subject: Try again to fix OS X resource directory location. X-Git-Tag: v2.1.6~1 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=2ec879dfc354c1aa95f78e9f264f2487fd2688ae;p=dcpomatic.git Try again to fix OS X resource directory location. --- 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 }