Create build.sh

This commit is contained in:
Foxster 2023-12-21 15:51:52 -08:00
parent 32f65fb33b
commit c4a4316d2a
2 changed files with 2 additions and 8 deletions

2
build.sh Executable file
View file

@ -0,0 +1,2 @@
# To build, place the IPA file in the project's root directory, then run `./build.sh`
make package IPA=$(pwd)*.ipa FINALPACKAGE=1

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