We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4dfa98 commit e4725e4Copy full SHA for e4725e4
PowerSync/PowerSync.Common/Utils/PowerSyncPathResolver.cs
@@ -39,7 +39,7 @@ private static string GetRuntimeIdentifier()
39
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
40
{
41
if (RuntimeInformation.ProcessArchitecture == Architecture.Arm64)
42
- return "windows-arm64";
+ return "win-arm64";
43
else
44
return "win-x64";
45
}
0 commit comments