mirror of
https://bitbucket.org/e1ite007/sigpatch-updater.git
synced 2025-02-17 06:57:30 +00:00
57 lines
1.6 KiB
Markdown
57 lines
1.6 KiB
Markdown
# Sigpatch-Updater
|
|
|
|
This is a updater for you sigpatches!
|
|
|
|
Currently it has the option to:
|
|
|
|
- Update patches needed for Atmosphere
|
|
- Update sys-patch and auto run the sysmod
|
|
- Update the app
|
|
|
|
---
|
|
|
|
![Img](images/example.jpg)
|
|
|
|
----
|
|
|
|
## Where does it download the patches and sys-patch from?
|
|
|
|
The patches and sys-patch are downloaded from [a new host](https://sigmapatches.su/). Huge thanks to them!
|
|
|
|
---
|
|
|
|
## What is sys-patch?
|
|
|
|
You can read more about it [here](https://gitflic.ru/project/impeeza/sys-patch).
|
|
|
|
----
|
|
|
|
## Instructions to compile.
|
|
|
|
Following impeeza's guides to setup [MSYS2](https://gbatemp.net/threads/install-msys-environment.652234/) and [DevKitPro](https://gbatemp.net/threads/setup-a-devkitpro-environment-on-windows.652238/) is adviced.
|
|
|
|
1. After having MSYS2 and DevKitPro you have to add the following libraries:
|
|
- `switch-curl`
|
|
- `libcurl-devel`
|
|
- `switch-mbedtls`
|
|
|
|
2. Open the MSYS2 MSYS terminal.
|
|
|
|
3. Clone the project using `git clone https://E1ite007@bitbucket.org/e1ite007/sigpatch-updater.git` or download it manually.
|
|
|
|
4. Go to the directory where the project is with `cd sigpatch-updater\`
|
|
|
|
5. Run `make` under the root of the project.
|
|
|
|
---
|
|
|
|
## Special Thanks!
|
|
|
|
- ITotalJustice for developing this wonderful app and sys-patch. This fork only intends to update it with working urls.
|
|
|
|
- [toph](https://github.com/sudot0ph) for the design of the app icon
|
|
- The-4n for previously updating the sigpatch thread on gbatemp
|
|
- Joonie for their help with hekate patches in the past
|
|
- TeJay for previously maintaining the patches repo
|
|
- Archbox for being very helpful as always
|