summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/osx_packaging/Ardour2-SAE.icnsbin0 -> 53397 bytes
-rw-r--r--tools/osx_packaging/Resources/appIcon.icnsbin41196 -> 0 bytes
-rwxr-xr-xtools/osx_packaging/osx_build3
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/osx_packaging/Ardour2-SAE.icns b/tools/osx_packaging/Ardour2-SAE.icns
new file mode 100644
index 0000000000..d6f5127936
--- /dev/null
+++ b/tools/osx_packaging/Ardour2-SAE.icns
Binary files differ
diff --git a/tools/osx_packaging/Resources/appIcon.icns b/tools/osx_packaging/Resources/appIcon.icns
deleted file mode 100644
index 2334fab13b..0000000000
--- a/tools/osx_packaging/Resources/appIcon.icns
+++ /dev/null
Binary files differ
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