Merge branch 'refs/heads/master' into apple_store

This commit is contained in:
Guillaume BIENKOWSKI 2013-10-15 10:58:00 +02:00
commit f4d4350c21

View file

@ -18,8 +18,6 @@ for i in $CMDS; do
command -v $i > /dev/null && continue || { echo "$i command not found"; exit 1; }
done
exit 0
DIR=${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}
PNGS=$(find $DIR -type f -name *.png)