Skip to content

Commit

Permalink
Delete existing LambdaMagica.app before building
Browse files Browse the repository at this point in the history
  • Loading branch information
YuukiARIA committed Oct 25, 2015
1 parent 9642315 commit 3f25920
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Lambda/build-mac-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ fi
OUTPUT_DIR=${CD}/product
APP_ROOT=${OUTPUT_DIR}/LambdaMagica.app

if [ -e ${APP_ROOT} ]; then
echo "Deleting existing ${APP_ROOT}"
rm -r ${APP_ROOT}
fi

CONTENTS=${APP_ROOT}/Contents
EXECUTABLE=${CONTENTS}/MacOS/run.sh

Expand Down

0 comments on commit 3f25920

Please sign in to comment.