We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2576b5 commit 6f90618Copy full SHA for 6f90618
core/src/jvmMain/kotlin/com/powersync/ExtractLib.kt
@@ -24,7 +24,7 @@ internal fun extractLib(fileName: String): String {
24
else -> error("Unsupported architecture: $sysArch")
25
}
26
27
- val path = Files.createTempFile(Path(System.getProperty("java.io.tmpdir")), prefix, extension)
+ val path = Files.createTempFile(Path(System.getProperty("java.io.tmpdir")), "$prefix$fileName", extension)
28
val file =
29
path.toFile().apply {
30
setReadable(true)
0 commit comments