summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-10 06:09:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-10 06:09:01 +0000
commit745dd9eddb11be957bf7e87e7546ffadbb1784f1 (patch)
treeeb2d8188078a9456518a20161a58bb35227bc950 /tools
parent95a59536a7c7e827587c215262c3ddd7929c259f (diff)
add armand's Ardour/SAE icon and use it in SAE bundles
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4131 d708f5d6-7413-0410-9779-e7cbd77b26cf
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