Skip to content

Commit

Permalink
Swapping Edizon for EdizonSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Slluxx committed Feb 19, 2023
1 parent 8e76f4a commit bffafbf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Send the Hekate payload to your Switch in RCM mode and launch the CFW
| [DeepSea Cleaner](https://github.com/Team-Neptune/DeepSea-Cleaner) ||| |
| [DeepSea CPR](https://github.com/Team-Neptune/CommonProblemResolver) ||| |
| [DeepSea Toolbox](https://github.com/Team-Neptune/DeepSea-Toolbox) ||| |
| [EdiZon](https://github.com/WerWolv/EdiZon) ||| |
| [EdiZon-SE](https://github.com/tomvita/EdiZon-SE) ||| |
| [EdiZon-Overlay](https://github.com/proferabg/EdiZon-Overlay) ||| |
| [Emuiibo](https://github.com/XorTroll/emuiibo) ||| |
| [Hekate](https://github.com/CTCaer/hekate) ||||
| [Homebrew App Store](https://gitlab.com/4TU/hb-appstore) ||||
Expand Down
32 changes: 16 additions & 16 deletions src/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"releaseVersion": "4.3.0",
"releaseVersion": "4.4.0",
"packages": [
{
"name": "minimal",
Expand All @@ -22,6 +22,7 @@
"deepseatoolbox",
"aioupdater",
"edizon",
"edizon-ovl",
"emuiibo",
"jksv",
"nxmtp",
Expand All @@ -44,6 +45,7 @@
"deepseatoolbox",
"aioupdater",
"edizon",
"edizon-ovl",
"emuiibo",
"jksv",
"nxmtp",
Expand Down Expand Up @@ -189,24 +191,22 @@
]
},
"edizon": {
"repo": "WerWolv/EdiZon",
"regex": [".*EdiZon.*\\.nro", ".*ovlEdiZon.*\\.ovl"],
"repo": "tomvita/EdiZon-SE",
"regex": [".*EdiZon.*\\.zip"],
"steps": [
{
"name": "create_dir",
"arguments": ["switch/.overlays"]
},
{
"name": "create_dir",
"arguments": ["switch/edizon"]
},
{
"name": "move",
"arguments": ["EdiZon.nro", "switch/edizon/EdiZon.nro"]
},
"name": "extract",
"arguments": [".*EdiZon.*\\.zip"]
}
]
},
"edizon-ovl": {
"repo": "proferabg/EdiZon-Overlay",
"regex": [".*EdiZon-Overlay.*\\.zip"],
"steps": [
{
"name": "move",
"arguments": ["ovlEdiZon.ovl", "switch/.overlays/ovlEdiZon.ovl"]
"name": "extract",
"arguments": [".*EdiZon-Overlay.*\\.zip"]
}
]
},
Expand Down

0 comments on commit bffafbf

Please sign in to comment.