Skip to content

Commit 894554b

Browse files
Fixed some typos, added a personally modified version of libWiiSharp capable of taking CETK files that already exist
1 parent 03a2395 commit 894554b

File tree

8 files changed

+15
-94
lines changed

8 files changed

+15
-94
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
################################################################################
44

55
/.vs
6+
/bin
7+
/obj
8+
/Sharpii/obj/x86
9+
/WadInstaller/obj/Debug

Sharpii.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.1</TargetFramework>
6+
<PublishTrimmed>true</PublishTrimmed>
67
</PropertyGroup>
78

89
<ItemGroup>
9-
<Folder Include="Sharpii\Properties\" />
1010
<Folder Include="WadInstaller\Properties\" />
1111
</ItemGroup>
1212

1313
<ItemGroup>
1414
<PackageReference Include="Costura.Fody" Version="4.1.0" />
15-
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
15+
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

Sharpii.csproj.user

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<ShowAllFiles>false</ShowAllFiles>
5+
</PropertyGroup>
6+
</Project>

Sharpii/Exit Codes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ You used the -IMET flag, but no title was provided.
116116
Provide a proper title.
117117

118118
Exit Code: 16022/24
119-
IMET and IMD5 Flags were used, but only one can be used. (SHARPII_NET_CORE_U8_TWO_HEADERS
119+
IMET and IMD5 Flags were used, but only one can be used. (SHARPII_NET_CORE_U8_TWO_HEADERS)
120120
You used the -IMET and -IMD5 flags, but you can't use two headers.
121121
Provide only one flag.
122122

Sharpii/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private static void help()
189189
Console.WriteLine(" Errors Get a Sharpii error's description");
190190
Console.WriteLine(" ExitCodes List of all Sharpii exit codes");
191191
Console.WriteLine("");
192-
Console.WriteLine(" NOTE: Too see more detailed descriptions of any of the above,");
192+
Console.WriteLine(" NOTE: To see more detailed descriptions of any of the above,");
193193
Console.WriteLine(" use 'Sharpii [function] -h'");
194194
Console.WriteLine("");
195195
Console.WriteLine("");
@@ -236,7 +236,7 @@ public class BeQuiet
236236
}
237237
public class ProgramVersion
238238
{
239-
public static string version = "1.1.1; .Net Core Port (Based on Sharpii 1.7.3)";
239+
public static string version = "1.1.3; .Net Core Port (Based on Sharpii 1.7.3)";
240240
}
241241
public class Logging
242242
{

Sharpii/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 36 deletions
This file was deleted.

Sharpii/libWiiSharp.dll

-4 KB
Binary file not shown.

WadInstaller/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)