Skip to content

Commit b6fea39

Browse files
committed
Update build.sh
1 parent 5f32350 commit b6fea39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while :; do
1010

1111
make clean
1212
rm -rf .theos
13-
make FINALPACKAGE=1 SIDELOADED=1
13+
make SIDELOADED=1
1414

1515
if [ $? -eq 0 ]; then
1616
echo -e '\033[1m\033[32mMake command succeeded.\033[0m'
@@ -22,7 +22,7 @@ while :; do
2222
if [ -e ./packages/com.atebits.Tweetie2.ipa ]; then
2323
echo -e '\033[1m\033[32mBuilding the IPA.\033[0m'
2424
cyan -i packages/com.atebits.Tweetie2.ipa -o packages/BHTwitter-sideloaded --ignore-encrypted \
25-
-uwf .theos/obj/keychainfix.dylib .theos/obj/BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
25+
-uwf .theos/obj/debug/keychainfix.dylib .theos/obj/debug/BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
2626

2727
echo -e '\033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
2828
else
@@ -36,7 +36,7 @@ while :; do
3636
make clean
3737
rm -rf .theos
3838
export THEOS_PACKAGE_SCHEME=rootless
39-
make package FINALPACKAGE=1
39+
make package
4040

4141
echo -e '\033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
4242
break
@@ -46,7 +46,7 @@ while :; do
4646

4747
make clean
4848
rm -rf .theos
49-
make FINALPACKAGE=1
49+
make
5050

5151
if [ $? -eq 0 ]; then
5252
echo -e '\033[1m\033[32mMake command succeeded.\033[0m'
@@ -59,7 +59,7 @@ while :; do
5959
echo -e '\033[1m\033[32mBuilding the IPA.\033[0m'
6060

6161
cyan -i packages/com.atebits.Tweetie2.ipa -o packages/BHTwitter-trollstore.tipa --ignore-encrypted \
62-
-uwf .theos/obj/BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
62+
-uwf .theos/obj/debug/BHTwitter.dylib layout/Library/Application\ Support/BHT/BHTwitter.bundle
6363

6464
echo -e '\033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
6565
else
@@ -73,10 +73,10 @@ while :; do
7373
make clean
7474
rm -rf .theos
7575
unset THEOS_PACKAGE_SCHEME
76-
make package FINALPACKAGE=1
76+
make package
7777

7878
echo -e '\033[1m\033[32mDone, thanks for using BHTwitter.\033[0m'
7979
break
8080
;;
8181
esac
82-
done
82+
done

0 commit comments

Comments
 (0)