build script and github actions for rootful and rootless builds

This commit is contained in:
Siddharth Saxena
2023-12-17 02:12:33 +05:30
parent 91e167e25d
commit 1d8626ae9b
11 changed files with 121 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
echo "Building package for ROOTFUL Jailbreak"
make clean
make package FINALPACKAGE=1
echo "Building package for ROOTLESS Jailbreak"
make clean
make package FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootless