summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-10-08 01:00:51 +0200
committerRobin Gareus <robin@gareus.org>2014-10-08 01:17:08 +0200
commitbaf6f73c3415ee4b562a4cd5bc685f0fd6d21875 (patch)
treea22040ec6209a2858578eaf8e9654a44920d8ac4 /tools
parent5f100d8c132d8d4403ee08812fbece502da65b5a (diff)
update osx DMG icon tool paths
OS 10.9 no longer has /Developer, but DeRez, Rez & SetFile are in $PATH since at least 10.6
Diffstat (limited to 'tools')
-rwxr-xr-xtools/osx_packaging/osx_build8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/osx_packaging/osx_build b/tools/osx_packaging/osx_build
index 78dc2cd07d..f440c50254 100755
--- a/tools/osx_packaging/osx_build
+++ b/tools/osx_packaging/osx_build
@@ -665,10 +665,10 @@ rm -rf "$MNTPATH"
echo "setting file icon ..."
cp ${PRODUCT_PKG_DIR}/$Resources/appIcon.icns ${ICNSTMP}.icns
-/usr/bin/sips -i ${ICNSTMP}.icns
-/Developer/Tools/DeRez -only icns ${ICNSTMP}.icns > ${ICNSTMP}.rsrc
-/Developer/Tools/Rez -append ${ICNSTMP}.rsrc -o "$UC_DMG"
-/Developer/Tools/SetFile -a C "$UC_DMG"
+sips -i ${ICNSTMP}.icns
+DeRez -only icns ${ICNSTMP}.icns > ${ICNSTMP}.rsrc
+Rez -append ${ICNSTMP}.rsrc -o "$UC_DMG"
+SetFile -a C "$UC_DMG"
rm ${ICNSTMP}.icns ${ICNSTMP}.rsrc