Merge branch 'main' into fix

This commit is contained in:
Lars Fröder
2022-10-07 14:32:39 +02:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+9 -1
View File
@@ -1,3 +1,11 @@
#!/bin/sh
set -e
if [ ! -d "./out" ]
then
mkdir -p ./out
fi
cd ../Installer/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