Try again to fix OS X resource directory location.
authorCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2015 18:35:09 +0000 (19:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 19 Jun 2015 18:35:09 +0000 (19:35 +0100)
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 
 }