include splash image in OS X package

git-svn-id: svn://localhost/ardour2/branches/3.0@11271 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-01-19 22:24:07 +00:00
parent f758ed0f41
commit d3d8c36c54
1 changed files with 3 additions and 0 deletions

View File

@ -366,6 +366,9 @@ cp $BUILD_ROOT/gtk2_ardour/ardour3_ui_dark.rc $Resources
cp -r ../../gtk2_ardour/icons $Resources
cp -r ../../gtk2_ardour/pixmaps $Resources
# splash screen stuff
cp -R ../../gtk2_ardour/splash.png $Shared
# go through and recursively remove any .svn dirs in the bundle
for svndir in `find $APPDIR -name .svn -type dir`; do
rm -rf $svndir