Updated OSX app bundle script, and updated compile instructions

This commit is contained in:
Wyatt Olson
2010-08-26 23:11:48 -06:00
parent 8032d2c3f2
commit 62feb33512
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ if [ -d "${APP}" ]; then
rm -rf "${APP}"
fi
echo "Removing any old disk images..."
rm "${RELEASE}/*.dmg"
rm ${RELEASE}/rawtherapee*.dmg
echo "Making application directory structure..."
mkdir -p "${RESOURCES}"