Skip to content

Commit cdaaf8c

Browse files
committed
Create parent
1 parent e197309 commit cdaaf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ tasks.register<Exec>("generateRelayList") {
308308
doLast {
309309
val output = standardOutput as ByteArrayOutputStream
310310
// Create file if needed
311-
relayListPath.mkdirs()
311+
relayListPath.parentFile.mkdirs()
312312
relayListPath.createNewFile()
313313
FileOutputStream(relayListPath).use { it.write(output.toByteArray()) }
314314
}

0 commit comments

Comments
 (0)