Update XeXMenu name styling

This commit is contained in:
Pdawg11239
2025-04-02 01:55:30 -04:00
parent 55cfed148a
commit 57085990bc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ namespace BadBuilder
{ {
List<DownloadItem> items = new() List<DownloadItem> items = new()
{ {
("XEXMenu", "https://consolemods.org/wiki/images/3/35/XeXmenu_12.7z"), ("XeXMenu", "https://consolemods.org/wiki/images/3/35/XeXmenu_12.7z"),
("Rock Band Blitz", "https://github.com/Pdawg-bytes/BadBuilder/releases/download/v0.10a/GameData.zip"), ("Rock Band Blitz", "https://github.com/Pdawg-bytes/BadBuilder/releases/download/v0.10a/GameData.zip"),
("Simple 360 NAND Flasher", "https://www.consolemods.org/wiki/images/f/ff/Simple_360_NAND_Flasher.7z"), ("Simple 360 NAND Flasher", "https://www.consolemods.org/wiki/images/f/ff/Simple_360_NAND_Flasher.7z"),
}; };

View File

@@ -72,7 +72,7 @@ namespace BadBuilder
{ {
switch (folder.Split("\\").Last()) switch (folder.Split("\\").Last())
{ {
case "XEXMenu": case "XeXMenu":
EnqueueMirrorDirectory( EnqueueMirrorDirectory(
Path.Combine(folder, $"{ContentFolder}C0DE9999"), Path.Combine(folder, $"{ContentFolder}C0DE9999"),
Path.Combine(TargetDriveLetter, $"{ContentFolder}C0DE9999"), Path.Combine(TargetDriveLetter, $"{ContentFolder}C0DE9999"),