summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-19 22:24:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-19 22:24:07 +0000
commitd3d8c36c54b5bfbf84435ddb8e4bbb98be24f0cc (patch)
tree8213196a1d5753776471c0870a379191d5485f64 /tools
parentf758ed0f4123605235dc83c70d5fdef2e8aa8947 (diff)
include splash image in OS X package
git-svn-id: svn://localhost/ardour2/branches/3.0@11271 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index c9e807d5dd..2fa6c6d460 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -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