You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
SimpleIniParser@625d49fb53 | 3 years ago | |
Swurl | 3 years ago | |
romfs | 4 years ago | |
source | 3 years ago | |
.gitignore | 3 years ago | |
.gitmodules | 3 years ago | |
LICENSE | 5 years ago | |
Makefile | 3 years ago | |
README.md | 4 years ago | |
icon.jpg | 4 years ago |
README.md
Kosmos Updater
A homebrew application for the Nintendo Switch that will automatically update your CFW with the latest from Kosmos.
settings.cfg
Config option | Description |
---|---|
host = "http://kosmos-updater.teamatlasnx.com"; |
Which server to connect to. You can host your own server using the files in the server repository. |
ignore = [ "sdmc://fileToIgnore.nro", "sdmc://anotherFileToIgnore.nro" ]; |
Array of files to ignore when extracting. |
autoupdate = true; |
Whether or not to auto update Kosmos 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.