add an announcement to explain where they can find the app

This commit is contained in:
Jon Maddox 2013-03-25 12:34:01 -04:00
parent 8d30aba4d7
commit 6945712ead

View File

@ -15,3 +15,7 @@ if ! $nocodesign ; then
xcrun -sdk iphoneos PackageApplication "$BUILD_PATH/RetroArch.app" -o "$BUILD_PATH/RetroArch.ipa" --sign "$CODE_SIGN_IDENTITY" --embed "$PROVISIONING"
fi
echo "######### RetroArch build Complete!! #########"
echo "You can find the resulting app in the $BUILD_PATH directory.\n"