File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments