mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
f758ed0f41
commit
d3d8c36c54
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue