Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuikli authored and SoCuul committed Sep 23, 2024
1 parent 7fce068 commit 2f1f877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ then
rm -rf .theos

# Check for decrypted instagram ipa
ipaFile="$(find ./packages/*com.burbn.instagram*.ipa -type f -exec basename {} \;)"
ipaFile="$(find ../packages/*com.burbn.instagram*.ipa -type f -exec basename {} \;)"
if [ -z "${ipaFile}" ]; then
echo -e '\033[1m\033[0;31m./packages/com.burbn.instagram.ipa not found.\nPlease put a decrypted Instagram IPA in its path.\033[0m'
exit 1
Expand Down Expand Up @@ -81,4 +81,4 @@ else
echo
echo 'Usage: ./build.sh <sideload/rootless/rootful>'
exit 1
fi
fi

0 comments on commit 2f1f877

Please sign in to comment.