fix script path

This commit is contained in:
Evgeny Poberezkin
2025-08-11 10:25:54 +01:00
parent d669c1ee62
commit 7296497a95
+1 -1
View File
@@ -192,7 +192,7 @@ tasks {
outputDir = outputs.files.files.last()
}
exec {
workingDir("../../../scripts/android")
workingDir("../../scripts/android")
environment = mapOf("JAVA_HOME" to "$javaHome")
commandLine = listOf(
"./compress-and-sign-apk.sh",