Skip to content

Commit

Permalink
v2.0.2 - Corrected file name for ARM64 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
PablosCorner committed Apr 1, 2024
1 parent a396e71 commit faad88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WiiLink-Patcher-CLI/WiiLink_Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3658,10 +3658,10 @@ public static async Task CheckForUpdates(string currentVersion)
{
{ "Windows", "WiiLinkPatcher_Windows.exe" },
{ "Linux", RuntimeInformation.ProcessArchitecture == Architecture.Arm64
? "WiiLinkPatcher_Linux-arm64"
? "WiiLinkPatcher_Linux-ARM64"
: "WiiLinkPatcher_Linux-x64" },
{ "OSX", RuntimeInformation.ProcessArchitecture == Architecture.Arm64
? "WiiLinkPatcher_macOS-arm64"
? "WiiLinkPatcher_macOS-ARM64"
: "WiiLinkPatcher_macOS-x64" }
};

Expand Down

0 comments on commit faad88c

Please sign in to comment.