summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/osx_build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging/osx_build')
-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 978d1ed9f8..41bfd5fea9 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -119,6 +119,9 @@ echo "Copying ardour executable ...."
cp ../../gtk2_ardour/ardour-$version $APPROOT/MacOS/Ardour2
if test x$SAE != x ; then
cp ../../gtk2_ardour/evtest $APPROOT/MacOS/gtkevents
+ cp Ardour2-SAE.icns $Resources/appIcon.icns
+else
+ cp Ardour2.icns $Resources/appIcon.icns
fi
if test x$STRIP != x ; then
strip $APPROOT/MacOS/Ardour2