Skip to content

Commit

Permalink
fix: incomplete build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SoCuul committed May 12, 2024
1 parent 7d5b4f3 commit 3e8af89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ then
else
FLEXPATH='.theos/obj/debug/libbhFLEX.dylib'

make
make "SIDELOAD=1"
fi

# Create IPA File
Expand All @@ -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

Expand All @@ -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|'
Expand Down

0 comments on commit 3e8af89

Please sign in to comment.