Removed buildapp.sh

Unfortunately buildapp.sh is not working. So I recommend forking uYouPlusExtra and then building the ipa with GitHub Actions.
This commit is contained in:
arichorn 2023-09-03 17:21:02 -05:00 committed by GitHub
parent c00a28aba9
commit 3c5c6536c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
read -p $'\e[34m==> \e[1;39mPath to the decrypted YouTube.ipa or YouTube.app: ' PATHTOYT
make package IPA=$PATHTOYT FINALPACKAGE=1
if [[ $? -eq 0 ]]; then
open packages
echo "\033[0;32m==> \033[1;39mSHASUM256: $(shasum -a 256 packages/*.ipa)"
else
echo "\033[0;31m==> \033[1;39mFailed building uYouPlus"
fi