diff --git a/Sharpii/HBC.cs b/Sharpii/HBC.cs index 01f5f39..5cf3fbc 100644 --- a/Sharpii/HBC.cs +++ b/Sharpii/HBC.cs @@ -186,7 +186,7 @@ namespace Sharpii { Console.Write("\nGrabbing WadInstaller.dll..."); WebClient DLwadInstaller = new WebClient(); - DLwadInstaller.DownloadFile("http://sharpii.googlecode.com/files/WadInstaller.dll", Path.GetDirectoryName(Application.ExecutablePath) + "\\WadInstaller.dll"); + DLwadInstaller.DownloadFile("https://github.com/mogzol/sharpii/raw/master/Sharpii/WadInstaller.dll", Path.GetDirectoryName(Application.ExecutablePath) + "\\WadInstaller.dll"); Console.Write("Done!\n"); } catch (Exception ex) diff --git a/Sharpii/Program.cs b/Sharpii/Program.cs index 83f4c66..9e5e72b 100644 --- a/Sharpii/Program.cs +++ b/Sharpii/Program.cs @@ -45,8 +45,8 @@ namespace Sharpii try { Console.Write("\nGrabbing libWiiSharp.dll..."); - WebClient DLwadInstaller = new WebClient(); - DLwadInstaller.DownloadFile("http://sharpii.googlecode.com/svn/trunk/Sharpii/libWiiSharp.dll", Path.GetDirectoryName(Application.ExecutablePath) + "\\libWiiSharp.dll"); + WebClient DLlibWiiSharp = new WebClient(); + DLlibWiiSharp.DownloadFile("https://github.com/mogzol/sharpii/raw/master/Sharpii/libWiiSharp.dll", Path.GetDirectoryName(Application.ExecutablePath) + "\\libWiiSharp.dll"); Console.Write("Done!\n"); } catch (Exception ex) @@ -321,5 +321,5 @@ namespace Sharpii } public class Version { - public static string version = "1.7.2"; + public static string version = "1.7.3"; } \ No newline at end of file diff --git a/Sharpii/README.txt b/Sharpii/README.txt index 7a04bdf..7b4e004 100644 --- a/Sharpii/README.txt +++ b/Sharpii/README.txt @@ -1,5 +1,5 @@ /------------------------------------------------------------------------------> - Sharpii 1.7.2 + Sharpii 1.7.3 <----------------------------------------------------------------> An app by person66 libWiiSharp.dll by leathl (mod by scooby74029) @@ -113,7 +113,7 @@ from My Programs. /----SOURCE /------------------------------> -The source for Sharpii is available at: sharpii.googlecode.com +The source for Sharpii is available at: https://github.com/mogzol/sharpii /----CREDITS @@ -122,7 +122,7 @@ The source for Sharpii is available at: sharpii.googlecode.com Sharpii uses scooby74029's mod of libWiiSharp.dll by leathl, and it borrows some code from some of the examples included with libWiiSharp. -libWiiSharp can be found at: libwiisharp.googlecode.com +libWiiSharp can be found at: https://code.google.com/archive/p/libwiisharp/ SendWad uses CRAP's installer by WiiCrazy/I.R.on, with any edits that leathl @@ -144,7 +144,10 @@ See "LICENSE.txt" for more information. /----CHANGELOG /------------------------------> - +1.7.3 + - Still not dead! + - Updated URLs for the downloaders to use GitHub instead of + Google Code 1.7.2 - I am not dead! Yay! - Fixed a bug that would prevent you from changing a wad type diff --git a/Sharpii/WadInstaller.dll b/Sharpii/WadInstaller.dll new file mode 100644 index 0000000..1cb2585 Binary files /dev/null and b/Sharpii/WadInstaller.dll differ