There was an error while loading. Please reload this page.
1 parent 0446b33 commit 7188889Copy full SHA for 7188889
kt/plugins/godot-gradle-plugin/src/main/kotlin/godot/gradle/tasks/android/packageBootstrapDexJarTask.kt
@@ -35,7 +35,7 @@ fun Project.packageBootstrapDexJarTask(
35
if (resourceFile == null) {
36
project.logger.error("Could not copy $resourcePath to godot-bootstrap-dex.jar")
37
} else {
38
- resourceFile.copyTo(resourcesDir.resolve(resourcePath))
+ resourceFile.copyTo(resourcesDir.resolve(resourcePath), overwrite = true)
39
}
40
41
0 commit comments