Skip to content

Commit 3e8af89

Browse files
committed
fix: incomplete build script
1 parent 7d5b4f3 commit 3e8af89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ then
3636
else
3737
FLEXPATH='.theos/obj/debug/libbhFLEX.dylib'
3838

39-
make
39+
make "SIDELOAD=1"
4040
fi
4141

4242
# Create IPA File
@@ -58,6 +58,8 @@ then
5858
export THEOS_PACKAGE_SCHEME=rootless
5959
make package
6060

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+
6163
elif [ "$1" == "rootful" ];
6264
then
6365

@@ -70,6 +72,8 @@ then
7072
unset THEOS_PACKAGE_SCHEME
7173
make package
7274

75+
echo -e "\033[1m\033[32mDone, we hope you enjoy SCInsta!\033[0m\n\nYou can find the deb file at: $(pwd)/packages"
76+
7377
else
7478
echo '+--------------------+'
7579
echo '|SCInsta Build Script|'

0 commit comments

Comments
 (0)