From 9b3f3a9fea462f34268a2b395064cc220212fd9c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 16 Jan 2015 22:24:04 +0100 Subject: DMG background images for Mixbus --- tools/osx_packaging/dmgbgMB.png | Bin 0 -> 2560 bytes tools/osx_packaging/dmgbgMBxj.png | Bin 0 -> 4799 bytes tools/osx_packaging/osx_build | 7 ++++--- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 tools/osx_packaging/dmgbgMB.png create mode 100644 tools/osx_packaging/dmgbgMBxj.png (limited to 'tools') diff --git a/tools/osx_packaging/dmgbgMB.png b/tools/osx_packaging/dmgbgMB.png new file mode 100644 index 0000000000..76cf127153 Binary files /dev/null and b/tools/osx_packaging/dmgbgMB.png differ diff --git a/tools/osx_packaging/dmgbgMBxj.png b/tools/osx_packaging/dmgbgMBxj.png new file mode 100644 index 0000000000..ac4acdff78 Binary files /dev/null and b/tools/osx_packaging/dmgbgMBxj.png differ diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build index 2cb96708f2..4373201ea2 100755 --- a/tools/osx_packaging/osx_build +++ b/tools/osx_packaging/osx_build @@ -540,7 +540,7 @@ rm -rf $PRODUCT_PKG_DIR mkdir $PRODUCT_PKG_DIR DMGWINBOTTOM=440 -DMGBACKGROUND=dmgbg.png +DMGBACKGROUND=dmgbg if [ x$SAE != x ] ; then @@ -558,6 +558,7 @@ elif [ x$MIXBUS != x ] ; then echo "Creating Mixbus packaging directory" mv $APPDIR $PRODUCT_PKG_DIR/ + DMGBACKGROUND=dmgbgMB else echo "Creating $APPNAME packaging directory" @@ -592,7 +593,7 @@ if test x$WITH_HARVID != x ; then YPOS=$[ $DMGWINBOTTOM - 300 ] XJADEOPOS="set position of item \"Jadeo.app\" of container window to {310, ${YPOS}}" - DMGBACKGROUND=dmgbgxj.png + DMGBACKGROUND=${DMGBACKGROUND}xj fi echo "Building DMG ..." @@ -630,7 +631,7 @@ mount -t hfs "${DiskDevice}" "${MNTPATH}" cp -r ${PRODUCT_PKG_DIR}/* "${MNTPATH}" || exit mkdir "${MNTPATH}/.background" -cp -vi ${DMGBACKGROUND} "${MNTPATH}/.background/dmgbg.png" +cp -vi ${DMGBACKGROUND}.png "${MNTPATH}/.background/dmgbg.png" echo "setting DMG background ..." -- cgit v1.2.3