Redirected Links to new subdirectory (CDN)
This commit is contained in:
BIN
BadBuilder/.DS_Store
vendored
Normal file
BIN
BadBuilder/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -23,17 +23,17 @@ namespace BadBuilder
|
|||||||
|
|
||||||
RequiresDashboardUpdate = !hasUpdatedDashboard;
|
RequiresDashboardUpdate = !hasUpdatedDashboard;
|
||||||
DownloadItem? dashboardUpdateItem = RequiresDashboardUpdate
|
DownloadItem? dashboardUpdateItem = RequiresDashboardUpdate
|
||||||
? ("Dashboard Update 17559", "https://cdn.niklascfw.de/files/xbox360/SystemUpdate_17559.zip")
|
? ("Dashboard Update 17559", "https://cdn.niklascfw.de/xbox360/SystemUpdate_17559.zip")
|
||||||
: null;
|
: null;
|
||||||
|
|
||||||
List<DownloadItem> items = new()
|
List<DownloadItem> items = new()
|
||||||
{
|
{
|
||||||
("ABadAvatar", "https://cdn.niklascfw.de/files/xbox360/ABadAvatar-publicbeta1.0.zip"),
|
("ABadAvatar", "https://cdn.niklascfw.de/xbox360/ABadAvatar-publicbeta1.0.zip"),
|
||||||
("Aurora Dashboard", "https://cdn.niklascfw.de/files/xbox360/Aurora%200.7b.2%20-%20Release%20Package.rar"),
|
("Aurora Dashboard", "https://cdn.niklascfw.de/xbox360/Aurora%200.7b.2%20-%20Release%20Package.rar"),
|
||||||
("XeXmenu", "https://cdn.niklascfw.de/files/xbox360/MenuData.7z"),
|
("XeXmenu", "https://cdn.niklascfw.de/xbox360/MenuData.7z"),
|
||||||
("Rock Band Blitz", "https://cdn.niklascfw.de/files/xbox360/GameData.zip"),
|
("Rock Band Blitz", "https://cdn.niklascfw.de/xbox360/GameData.zip"),
|
||||||
("Simple 360 NAND Flasher", "https://cdn.niklascfw.de/files/xbox360/Flasher.7z"),
|
("Simple 360 NAND Flasher", "https://cdn.niklascfw.de/xbox360/Flasher.7z"),
|
||||||
("XeUnshackle", "https://cdn.niklascfw.de/files/xbox360/XeUnshackle-BETA-v1_03.zip"),
|
("XeUnshackle", "https://cdn.niklascfw.de/xbox360/XeUnshackle-BETA-v1_03.zip"),
|
||||||
};
|
};
|
||||||
await DownloadHelper.GetGitHubAssets(items);
|
await DownloadHelper.GetGitHubAssets(items);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user