fix script lol

This commit is contained in:
opa334 2022-10-07 14:29:30 +02:00
parent 19647f2e66
commit 4515bc3f0a
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
#!/bin/sh
set -e
if [ ! -d "./out" ]
then
mkdir -p ./out
fi
cd ../TrollInstaller2
make clean
make package
@ -13,7 +21,7 @@ unzip target/Developer.ipa -d ./out/devpwn
rm ./out/pwn_arm64e
cd ./out/devpwn
zip -mvr devpwn.ipa *
zip -vr devpwn.ipa *
cd -
cp ./out/devpwn/devpwn.ipa ./out/DeveloperInstaller.ipa