Updated make app bundle (thanks to Hombre)

This commit is contained in:
Wyatt Olson
2011-02-06 15:11:17 -07:00
parent 144f239cf5
commit 878cd0c532

2
tools/osx/make-app-bundle Executable file → Normal file
View File

@@ -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..."