Try again to fix OS X resource directory location.
[dcpomatic.git] / src / lib / cross.cc
index 76fa48cfeb452fe006f8efa818e08cbfe92039c0..0bcb31e3e78e99eeb5f7a5d7628142a51a47a642 100644 (file)
@@ -169,7 +169,7 @@ shared_path ()
        return path.parent_path();
 #endif
 #ifdef DCPOMATIC_OSX
-       return app_contents() / ".." / "Resources";
+       return app_contents() / "Resources";
 #endif 
 }