diff --git a/NUS Downloader/Latest/NUS Downloader.exe b/NUS Downloader/Latest/NUS Downloader.exe index 48ef65e..219a7b8 100644 Binary files a/NUS Downloader/Latest/NUS Downloader.exe and b/NUS Downloader/Latest/NUS Downloader.exe differ diff --git a/NUS Downloader/NusClient.cs b/NUS Downloader/NusClient.cs index 555b811..d8ee083 100644 --- a/NUS Downloader/NusClient.cs +++ b/NUS Downloader/NusClient.cs @@ -442,6 +442,7 @@ namespace libWiiSharp fireDebug(" Creating WAD..."); WAD wad = WAD.Create(cert, tik, tmd, contents); + wad.RemoveFooter(); wadName = wadName.Replace("[v]", this.TitleVersion.ToString()); if (wadName.Contains(Path.DirectorySeparatorChar.ToString()) || wadName.Contains(Path.AltDirectorySeparatorChar.ToString())) wad.Save(wadName);