You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Download and install [Theos](https://theos.dev/)
31
+
2. Run `make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa`
32
+
33
+
Full build:
34
+
1. Download and install [Theos](https://theos.dev/)
35
+
2. Enter [RebootRootHelper](https://github.com/DevelopCubeLab/RebootTools/tree/main/RebootRootHelper) directory
36
+
3. Run `make` or `run stage` to build [RebootRootHelper](https://github.com/DevelopCubeLab/RebootTools/blob/main/Resources/RebootRootHelper). This helper is core of Reboot
37
+
4. Copy `RebootRootHelper` to [Resources](https://github.com/DevelopCubeLab/RebootTools/tree/main/Resources) directory. (I have built this helper and placed it in the `Resources` directory)
38
+
5. Back to `Home directory`
39
+
6. Run `make package FINALPACKAGE=1 PACKAGE_FORMAT=ipa`(of course, you can also build deb, but I think it's not necessary)
0 commit comments