Skip to content

Commit e4725e4

Browse files
committed
typo
1 parent b4dfa98 commit e4725e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerSync/PowerSync.Common/Utils/PowerSyncPathResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private static string GetRuntimeIdentifier()
3939
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
4040
{
4141
if (RuntimeInformation.ProcessArchitecture == Architecture.Arm64)
42-
return "windows-arm64";
42+
return "win-arm64";
4343
else
4444
return "win-x64";
4545
}

0 commit comments

Comments
 (0)