Skip to content

Commit faad88c

Browse files
committed
v2.0.2 - Corrected file name for ARM64 builds.
1 parent a396e71 commit faad88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WiiLink-Patcher-CLI/WiiLink_Patcher.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,10 +3658,10 @@ public static async Task CheckForUpdates(string currentVersion)
36583658
{
36593659
{ "Windows", "WiiLinkPatcher_Windows.exe" },
36603660
{ "Linux", RuntimeInformation.ProcessArchitecture == Architecture.Arm64
3661-
? "WiiLinkPatcher_Linux-arm64"
3661+
? "WiiLinkPatcher_Linux-ARM64"
36623662
: "WiiLinkPatcher_Linux-x64" },
36633663
{ "OSX", RuntimeInformation.ProcessArchitecture == Architecture.Arm64
3664-
? "WiiLinkPatcher_macOS-arm64"
3664+
? "WiiLinkPatcher_macOS-ARM64"
36653665
: "WiiLinkPatcher_macOS-x64" }
36663666
};
36673667

0 commit comments

Comments
 (0)