From 3e8af89020a157810c22586d88a76aa7f4e753e6 Mon Sep 17 00:00:00 2001 From: SoCuul <63339559+SoCuul@users.noreply.github.com> Date: Sun, 12 May 2024 06:13:08 -0700 Subject: [PATCH] fix: incomplete build script --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 853d4ec..750963d 100755 --- a/build.sh +++ b/build.sh @@ -36,7 +36,7 @@ then else FLEXPATH='.theos/obj/debug/libbhFLEX.dylib' - make + make "SIDELOAD=1" fi # Create IPA File @@ -58,6 +58,8 @@ then export THEOS_PACKAGE_SCHEME=rootless make package + echo -e "\033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the deb file at: $(pwd)/packages" + elif [ "$1" == "rootful" ]; then @@ -70,6 +72,8 @@ then unset THEOS_PACKAGE_SCHEME make package + echo -e "\033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the deb file at: $(pwd)/packages" + else echo '+--------------------+' echo '|SCInsta Build Script|'