Automatic updater for Isotope
This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-06-16 17:35:49 -05:00
romfs Initial commit 2020-06-15 22:07:31 -05:00
SimpleIniParser@625d49fb53 Fixing submodules (part 2) 2020-06-16 12:16:12 -05:00
source Trying to get it to work 2020-06-16 17:35:49 -05:00
Swurl Update README.md 2020-06-16 13:03:06 -05:00
.gitignore Initial commit 2020-06-15 22:07:31 -05:00
.gitmodules Fixing submodules (part 2) 2020-06-16 12:16:12 -05:00
icon.jpg Added logo 2020-06-16 12:04:21 -05:00
LICENSE Initial commit 2020-06-15 22:07:31 -05:00
Makefile Trying to get it to work 2020-06-16 17:35:49 -05:00
README.md Initial commit 2020-06-15 22:07:31 -05:00

Isotope Updater

A homebrew application for the Nintendo Switch that will automatically update your CFW with the latest from Isotope.

settings.cfg

Config option Description
ignore = [ "sdmc://fileToIgnore.nro", "sdmc://anotherFileToIgnore.nro" ]; Array of files to ignore when extracting.
autoupdate = true; Whether or not to auto update Isotope Updater.
proxy_enabled = false; Whether or not to use a proxy for network calls.
proxy_url = "http://example.com:8080"; The URL of the proxy server.
proxy_username = "username"; The username to use for the proxy server, if blank it will not be used.
proxy_password = "password"; The password to use for the proxy server, if blank it will not be used.

Credits

  • Thanks to vgmoose for examples on using minizip in appstorenx.
  • Thanks to y4my4m and natinusala in the ReSwitched discord for their discussions around libcurl.
  • Thanks to alex. for improving the config and other elements in FileManager.