Skip to content

Commit

Permalink
Merge pull request #121 from Team-Neptune/dev
Browse files Browse the repository at this point in the history
Merge changes from dev into master
  • Loading branch information
hax4dazy authored May 10, 2023
2 parents 0ff5185 + bd8dbf8 commit 44d5c9d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
## Features

- Background FTP server for filetransfers
- Install NSP, NSZ, XCI & XCZ files from Harddrive, Google Drive, WLAN or wired through PC, Smartphone, etc
- Install NSP, NSZ, XCI & XCZ files from Harddrive, Google Drive, WiFi or wired through PC, Smartphone, etc
- Over & Underclocking
- Update OFW & CFW through homebrew
- Find new homebrew through the Appstore
Expand Down Expand Up @@ -55,7 +55,6 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW
| [MissionControl](https://github.com/ndeadly/MissionControl) || | |
| [nx-ovlloader](https://github.com/WerWolv/nx-ovlloader) ||| |
| [NX-Shell](https://github.com/joel16/NX-Shell) || | |
| [nxmtp](https://github.com/liuervehc/nxmtp) ||| |
| [ovlSysmodules](https://github.com/WerWolv/ovl-sysmodules) ||| |
| [Status Monitor Overlay](https://github.com/masagrator/Status-Monitor-Overlay) || |
| [sys-clk](https://github.com/retronx-team/sys-clk) || |
Expand Down
33 changes: 10 additions & 23 deletions src/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseVersion": "4.5.0",
"releaseVersion": "4.6.0",
"packages": [
{
"name": "minimal",
Expand All @@ -25,12 +25,11 @@
"edizon-ovl",
"emuiibo",
"jksv",
"nxmtp",
"tinwoo",
"sysftpdlight",
"nxovlloader",
"ovlsysmodules",
"teslamenu",
"teslamenu",
"deepseacpr"
]
},
Expand All @@ -46,19 +45,21 @@
"aioupdater",
"edizon",
"edizon-ovl",
"emuiibo",
"jksv",
"nxmtp",
"tinwoo",
"sysclk",
"syscon",
"sysftpdlight",
"nxovlloader",
"ovlsysmodules",
"teslamenu",
"statusmonitoroverlay",
"deepseacpr",
"tegraexplorer",
"nxshell",
"teslamenu",
"missioncontrol"
"missioncontrol",
"ldn_mitm"
]
}
],
Expand Down Expand Up @@ -226,7 +227,7 @@
},
{
"name": "move",
"arguments": ["SdOut/switch", "emuiibo"]
"arguments": ["SdOut/emuiibo", "emuiibo"]
},
{
"name": "move",
Expand Down Expand Up @@ -256,20 +257,6 @@
}
]
},
"nxmtp": {
"repo": "liuervehc/nxmtp",
"regex": [".*\\.nro"],
"steps": [
{
"name": "create_dir",
"arguments": ["switch/nxmtp"]
},
{
"name": "move",
"arguments": ["nxmtp.nro", "switch/nxmtp"]
}
]
},
"tinwoo": {
"repo": "mrdude2478/TinWoo",
"regex": [".*TinWoo-Installer.*\\.zip"],
Expand Down Expand Up @@ -397,7 +384,7 @@
]
},
"teslamenu": {
"repo": "WerWolv/Tesla-Menu",
"repo": "hax4dazy/Tesla-Menu",
"regex": [".*ovlmenu.*\\.zip"],
"steps": [
{
Expand Down Expand Up @@ -477,4 +464,4 @@
]
}
}
}
}

0 comments on commit 44d5c9d

Please sign in to comment.