From 878cd0c532e5cac5468d0eb03cffe9113d317a7e Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Sun, 6 Feb 2011 15:11:17 -0700 Subject: [PATCH] Updated make app bundle (thanks to Hombre) --- tools/osx/make-app-bundle | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 tools/osx/make-app-bundle diff --git a/tools/osx/make-app-bundle b/tools/osx/make-app-bundle old mode 100755 new mode 100644 index 25ee1013e..7b2351488 --- a/tools/osx/make-app-bundle +++ b/tools/osx/make-app-bundle @@ -88,6 +88,8 @@ cp tools/osx/start ${MACOS} echo "Recursively copying libraries referenced by executable..." checkLink "${MACOS}/${EXECUTABLE}" +ADDITIONAL_LIB=`find /opt/local/lib /usr/lib -name "gdk-pixbuf-2.0"` +cp -R ${ADDITIONAL_LIB} ${LIB} #Make a .dmg for distribution and delete the .app echo "Creating distribution .dmg..."