Skip to content

Commit 6cda500

Browse files
committed
Updating setup for latest versions.
1 parent 9fb2ec7 commit 6cda500

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tools/Setup/Setup.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ private static Dictionary<string, RuntimeConfig> GetDesktopRuntimeConfigs()
5252
{
5353
return new Dictionary<string, RuntimeConfig>
5454
{
55-
{ "osx-x64", new RuntimeConfig("libpowersync_x64.dylib", "libpowersync.dylib") },
56-
{ "osx-arm64", new RuntimeConfig("libpowersync_aarch64.dylib", "libpowersync.dylib") },
57-
{ "linux-x64", new RuntimeConfig("libpowersync_x64.so", "libpowersync.so") },
58-
{ "linux-arm64", new RuntimeConfig("libpowersync_aarch64.so", "libpowersync.so") },
55+
{ "osx-x64", new RuntimeConfig("libpowersync_x64.macos.dylib", "libpowersync.dylib") },
56+
{ "osx-arm64", new RuntimeConfig("libpowersync_aarch64.macos.dylib", "libpowersync.dylib") },
57+
{ "linux-x64", new RuntimeConfig("libpowersync_x64.linux.so", "libpowersync.so") },
58+
{ "linux-arm64", new RuntimeConfig("libpowersync_aarch64.linux.so", "libpowersync.so") },
5959
{ "win-x64", new RuntimeConfig("powersync_x64.dll", "powersync.dll") }
6060
};
6161
}

0 commit comments

Comments
 (0)