Skip to content

Instantly share code, notes, and snippets.

@Melon-Bread
Last active March 27, 2018 23:23
Show Gist options
  • Save Melon-Bread/cc85d85d1429c4e5241c9be645d93a76 to your computer and use it in GitHub Desktop.
Save Melon-Bread/cc85d85d1429c4e5241c9be645d93a76 to your computer and use it in GitHub Desktop.
[3DS Homebrew] MultiUpdater Config
{
"config": {
"self_updater": false,
"delete_archives": true,
"delete_CIA/MultiUpdater": false
},
"entries": [
{
"name": "Anemone3DS",
"url": "https://github.com/astronautlevel2/Anemone3DS",
"inrelease": "Anemone3DS\\.cia",
"path": "/CIA/MultiUpdater/Anemone3DS.cia"
},
{
"name": "3DSident",
"url": "https://github.com/joel16/3DSident",
"inrelease": "3DSident-GUI\\.cia",
"path": "/CIA/MultiUpdater/3DSident-GUI.cia"
},
{
"name": "Checkpoint",
"url": "https://github.com/BernardoGiordano/Checkpoint",
"inrelease": "Checkpoint\\.cia",
"path": "/CIA/MultiUpdater/Checkpoint.cia"
},
{
"name": "PKSM",
"url": "https://github.com/BernardoGiordano/PKSM",
"inrelease": "PKSM\\.cia",
"path": "/CIA/MultiUpdater/PKSM.cia"
},
{
"name": "GodMode9 (latest release)",
"url": "https://github.com/d0k3/GodMode9",
"inrelease": "GodMode9.*\\.zip",
"inarchive": "GodMode9\\.firm",
"path": "/luma/payloads/x_GodMode9.firm"
},
{
"name": "Luma3DS (latest commit)",
"url": "https://github.com/Pirater12/luma-nightlies",
"inrelease": "boot\\.firm",
"path": "/boot.firm"
},
{
"name": "Luma3DS (latest release)",
"url": "https://github.com/AuroraWright/Luma3DS",
"inrelease": "Luma3DS.*\\.7z",
"inarchive": "boot\\.firm",
"path": "/luma/payloads/LumaStable.firm"
},
{
"name": "CTRNAND Luma3DS (latest release)",
"url": "https://github.com/AuroraWright/Luma3DS",
"inrelease": "Luma3DS.*\\.7z",
"inarchive": "boot\\.firm",
"path": "ctrnand:/boot.firm"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment