From 745dd9eddb11be957bf7e87e7546ffadbb1784f1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 10 Nov 2008 06:09:01 +0000 Subject: 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 --- tools/osx_packaging/Ardour2-SAE.icns | Bin 0 -> 53397 bytes tools/osx_packaging/Resources/appIcon.icns | Bin 41196 -> 0 bytes tools/osx_packaging/osx_build | 3 +++ 3 files changed, 3 insertions(+) create mode 100644 tools/osx_packaging/Ardour2-SAE.icns delete mode 100644 tools/osx_packaging/Resources/appIcon.icns (limited to 'tools') diff --git a/tools/osx_packaging/Ardour2-SAE.icns b/tools/osx_packaging/Ardour2-SAE.icns new file mode 100644 index 0000000000..d6f5127936 Binary files /dev/null and b/tools/osx_packaging/Ardour2-SAE.icns differ diff --git a/tools/osx_packaging/Resources/appIcon.icns b/tools/osx_packaging/Resources/appIcon.icns deleted file mode 100644 index 2334fab13b..0000000000 Binary files a/tools/osx_packaging/Resources/appIcon.icns and /dev/null 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 -- cgit v1.2.3