More actions
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews") |
No edit summary |
||
Line 3: | Line 3: | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/MultiUpdater.jpg|250px | | image = https://dlhb.gamebrew.org/3dshomebrew/MultiUpdater.jpg|250px | ||
| type = Utilities | | type = Utilities | ||
| version = v4.0.2 | | version=v4.0.2 | ||
| lastupdated = 2018/03/07 | |||
| licence = Mixed | | licence = Mixed | ||
| author = LiquidFenrir | | author = LiquidFenrir | ||
| website = https://github.com/LiquidFenrir/MultiUpdater/releases/tag/v4.0.2 | | website = https://github.com/LiquidFenrir/MultiUpdater/releases/tag/v4.0.2 | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/MultiUpdater-v4.0.2.rar | | download = https://dlhb.gamebrew.org/3dshomebrew/MultiUpdater-v4.0.2.rar | ||
| source = https:// | | source = https://github.com/LiquidFenrir/MultiUpdater/releases/tag/v4.0.2 | ||
}} | }} | ||
<youtube>-</youtube> | <youtube>-</youtube> |
Revision as of 02:20, 7 September 2021
Template:Infobox-3DS-Homebrews
MultiUpdater
MultiUpdater is an updater for FIRM payloads, CIA applications, and other files on the SD card.
Configuration
The configuration file is named config.json
and should be placed in /3ds/MultiUpdater/
. An example config can be found in the repo.
Dependencies / Requirements
This project requires ctrulib, zlib, bzip2, xz, libarchive, curl and mbedtls. zlib, bzip2, xz, libarchive, curl and mbedtls can be installed with 3ds_portlibs.
Compilation
Just run make
in terminal. Bannertool and makerom must be in your PATH or CIA compilation will fail.
License
MultiUpdater is licensed under the MIT license, a copy of which can be found in the [[../blob/master/LICENSE|LICENSE file]].
Credits
All of the ctrulib contributors, for ctrulib which this depends upon Angelsl for libctrfgh, from which the example curl code has been taken #Cakey on freenode for help