mirror of
https://github.com/mogzol/sharpii.git
synced 2024-11-14 14:45:05 +01:00
Updated to 1.7.3 - Fix download URLs
This commit is contained in:
parent
c62315ebaa
commit
a3a04e69e9
@ -186,7 +186,7 @@ namespace Sharpii
|
|||||||
{
|
{
|
||||||
Console.Write("\nGrabbing WadInstaller.dll...");
|
Console.Write("\nGrabbing WadInstaller.dll...");
|
||||||
WebClient DLwadInstaller = new WebClient();
|
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");
|
Console.Write("Done!\n");
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
@ -45,8 +45,8 @@ namespace Sharpii
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
Console.Write("\nGrabbing libWiiSharp.dll...");
|
Console.Write("\nGrabbing libWiiSharp.dll...");
|
||||||
WebClient DLwadInstaller = new WebClient();
|
WebClient DLlibWiiSharp = new WebClient();
|
||||||
DLwadInstaller.DownloadFile("http://sharpii.googlecode.com/svn/trunk/Sharpii/libWiiSharp.dll", Path.GetDirectoryName(Application.ExecutablePath) + "\\libWiiSharp.dll");
|
DLlibWiiSharp.DownloadFile("https://github.com/mogzol/sharpii/raw/master/Sharpii/libWiiSharp.dll", Path.GetDirectoryName(Application.ExecutablePath) + "\\libWiiSharp.dll");
|
||||||
Console.Write("Done!\n");
|
Console.Write("Done!\n");
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
@ -321,5 +321,5 @@ namespace Sharpii
|
|||||||
}
|
}
|
||||||
public class Version
|
public class Version
|
||||||
{
|
{
|
||||||
public static string version = "1.7.2";
|
public static string version = "1.7.3";
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
/------------------------------------------------------------------------------>
|
/------------------------------------------------------------------------------>
|
||||||
Sharpii 1.7.2
|
Sharpii 1.7.3
|
||||||
<---------------------------------------------------------------->
|
<---------------------------------------------------------------->
|
||||||
An app by person66
|
An app by person66
|
||||||
libWiiSharp.dll by leathl (mod by scooby74029)
|
libWiiSharp.dll by leathl (mod by scooby74029)
|
||||||
@ -113,7 +113,7 @@ from My Programs.
|
|||||||
/----SOURCE
|
/----SOURCE
|
||||||
/------------------------------>
|
/------------------------------>
|
||||||
|
|
||||||
The source for Sharpii is available at: sharpii.googlecode.com
|
The source for Sharpii is available at: https://github.com/mogzol/sharpii
|
||||||
|
|
||||||
|
|
||||||
/----CREDITS
|
/----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
|
Sharpii uses scooby74029's mod of libWiiSharp.dll by leathl, and
|
||||||
it borrows some code from some of the examples included with libWiiSharp.
|
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
|
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
|
/----CHANGELOG
|
||||||
/------------------------------>
|
/------------------------------>
|
||||||
|
1.7.3
|
||||||
|
- Still not dead!
|
||||||
|
- Updated URLs for the downloaders to use GitHub instead of
|
||||||
|
Google Code
|
||||||
1.7.2
|
1.7.2
|
||||||
- I am not dead! Yay!
|
- I am not dead! Yay!
|
||||||
- Fixed a bug that would prevent you from changing a wad type
|
- Fixed a bug that would prevent you from changing a wad type
|
||||||
|
BIN
Sharpii/WadInstaller.dll
Normal file
BIN
Sharpii/WadInstaller.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user