summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-01-16 22:24:04 +0100
committerRobin Gareus <robin@gareus.org>2015-01-16 22:43:45 +0100
commit9b3f3a9fea462f34268a2b395064cc220212fd9c (patch)
tree37964b7ffac09acd82b63ba2ecd25c7e6695ce5e /tools
parent8a60769c9f8275dba30b228f40ba23fbddb23abb (diff)
DMG background images for Mixbus
Diffstat (limited to 'tools')
-rw-r--r--tools/osx_packaging/dmgbgMB.pngbin0 -> 2560 bytes
-rw-r--r--tools/osx_packaging/dmgbgMBxj.pngbin0 -> 4799 bytes
-rwxr-xr-xtools/osx_packaging/osx_build7
3 files changed, 4 insertions, 3 deletions
diff --git a/tools/osx_packaging/dmgbgMB.png b/tools/osx_packaging/dmgbgMB.png
new file mode 100644
index 0000000000..76cf127153
--- /dev/null
+++ b/tools/osx_packaging/dmgbgMB.png
Binary files differ
diff --git a/tools/osx_packaging/dmgbgMBxj.png b/tools/osx_packaging/dmgbgMBxj.png
new file mode 100644
index 0000000000..ac4acdff78
--- /dev/null
+++ b/tools/osx_packaging/dmgbgMBxj.png
Binary files 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 ..."