forked from LiquidFenrir/MultiUpdater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
34 lines (34 loc) · 965 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"entries": [
{
"name": "Decrypt9WIP (latest commit)",
"url": "https://d0k3.secretalgorithm.com/Decrypt9WIP/latest.zip",
"inzip": "Decrypt9WIP.bin",
"path": "/luma/payloads/x_Decrypt9WIP.bin"
},
{
"name": "GodMode9 (latest commit)",
"url": "https://d0k3.secretalgorithm.com/GodMode9/latest.zip",
"inzip": "GodMode9.bin",
"path": "/luma/payloads/up_GodMode9.bin"
},
{
"name": "Hourglass9 (latest commit)",
"url": "https://d0k3.secretalgorithm.com/Hourglass9/latest.zip",
"inzip": "Hourglass9.bin",
"path": "/luma/payloads/start_Hourglass9.bin"
},
{
"name": "Luma3DS (latest commit)",
"url": "https://astronautlevel2.github.io/Luma3DS/latest.zip",
"inzip": "out/arm9loaderhax.bin",
"path": "/arm9loaderhax.bin"
},
{
"name": "Luma3DS (latest stable)",
"url": "https://astronautlevel2.github.io/Luma3DS/release.zip",
"inzip": "out/arm9loaderhax.bin",
"path": "/arm9loaderhax.bin"
}
]
}