Skip to content

Commit

Permalink
Merge pull request #131 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Adding Goldleaf, removing Tinwoo. Temp remove ldn_mitm
  • Loading branch information
hax4dazy authored Oct 29, 2023
2 parents 586e986 + f385568 commit eba8254
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW
| [sys-ftpd-light](https://github.com/cathery/sys-ftpd-light) ||| |
| [TegraExplorer](https://github.com/joel16/NX-Shell) || | |
| [Tesla-Menu](https://github.com/WerWolv/Tesla-Menu) ||| |
| [TinWoo](https://github.com/mrdude2478/TinWoo) ||| |
| [Goldleaf](https://github.com/XorTroll/Goldleaf) ||| |



Expand Down
23 changes: 13 additions & 10 deletions src/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseVersion": "4.8.0",
"releaseVersion": "4.9.0",
"packages": [
{
"name": "minimal",
Expand All @@ -25,7 +25,7 @@
"edizon-ovl",
"emuiibo",
"jksv",
"tinwoo",
"goldleaf",
"sysftpdlight",
"nxovlloader",
"ovlsysmodules",
Expand All @@ -47,7 +47,7 @@
"edizon-ovl",
"emuiibo",
"jksv",
"tinwoo",
"goldleaf",
"sysclk",
"syscon",
"sysftpdlight",
Expand All @@ -58,8 +58,7 @@
"deepseacpr",
"tegraexplorer",
"nxshell",
"missioncontrol",
"ldn_mitm"
"missioncontrol"
]
}
],
Expand Down Expand Up @@ -257,13 +256,17 @@
}
]
},
"tinwoo": {
"repo": "hax4dazy/TinWoo",
"regex": [".*TinWoo-Installer.*\\.zip"],
"goldleaf": {
"repo": "XorTroll/Goldleaf",
"regex": ["Goldleaf.nro"],
"steps": [
{
"name": "extract",
"arguments": [".*TinWoo-Installer.*\\.zip"]
"name": "create_dir",
"arguments": ["switch/Goldleaf"]
},
{
"name": "move",
"arguments": ["Goldleaf.nro", "switch/Goldleaf/Goldleaf.nro"]
}
]
},
Expand Down

0 comments on commit eba8254

Please sign in to comment.