Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit e3cc3cb

Browse files
committed
clean up
1 parent 539143c commit e3cc3cb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

buildapp.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
echo -e "==> \033[1mExtracting uYou...\033[0m"
1717
if (cd Tweaks/uYou && tar -xf com.miro.uyou_2.1_iphoneos-arm.deb && tar -xf data.tar.*)
1818
then
19-
echo -e "\033[1m> Extracted uYou\033[0m"
19+
echo -e "\033[1m> Extracted uYou!\033[0m"
2020
else
2121
echo "> \033[1mCouldn't extract uYou\033[0m"
2222
fi
@@ -26,13 +26,12 @@ else
2626
if [[ $PATHTOIPA == *.ipa ]]
2727
then
2828
sed -i '' "14s#.*#uYouPlus_IPA = $PATHTOIPA#g" ./Makefile
29-
make clean package
29+
make package
3030
open ./packages
3131
else
3232
echo "This is not an iPA"
3333
fi
3434
# Clean up
3535
tput setaf 1 && echo -e "==> \033[1mCleaning up...\033[0m"
3636
find Tweaks/uYou -mindepth 1 -name com.miro.uyou_2.1_iphoneos-arm.deb -prune -o -exec rm -rf {} +
37-
rm -rf Resources
38-
rm -rf .theos/_/Payload
37+
rm -rf Resources .theos/_/Payload

0 commit comments

Comments
 (0)