mirror of https://github.com/opa334/TrollStore.git
fix script lol
This commit is contained in:
parent
19647f2e66
commit
4515bc3f0a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue