We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5b4f3 commit 3e8af89Copy full SHA for 3e8af89
build.sh
@@ -36,7 +36,7 @@ then
36
else
37
FLEXPATH='.theos/obj/debug/libbhFLEX.dylib'
38
39
- make
+ make "SIDELOAD=1"
40
fi
41
42
# Create IPA File
@@ -58,6 +58,8 @@ then
58
export THEOS_PACKAGE_SCHEME=rootless
59
make package
60
61
+ echo -e "\033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the deb file at: $(pwd)/packages"
62
+
63
elif [ "$1" == "rootful" ];
64
then
65
@@ -70,6 +72,8 @@ then
70
72
unset THEOS_PACKAGE_SCHEME
71
73
74
75
76
77
78
echo '+--------------------+'
79
echo '|SCInsta Build Script|'
0 commit comments