Remove typo that causes everything to fail

This commit is contained in:
probablycorey 2013-06-18 11:31:43 -07:00
parent fc7b8b4bf1
commit ed4f4a699b

View File

@ -4,7 +4,7 @@ set -e
BUILT_PRODUCTS_DIR=$1
PLIST_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Info.plist"
HELPER_PLIST_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/Info.plistt"
HELPER_PLIST_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/Info.plist"
# Copy custom plist files
cp resources/mac/atom-Info.plist "$PLIST_PATH"