mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
@@ -43,7 +43,7 @@ abstract class AbstractRunDistributableTask @Inject constructor(
|
||||
|
||||
execOperations.exec { spec ->
|
||||
spec.workingDir(workingDir)
|
||||
spec.executable(executable)
|
||||
spec.executable(workingDir.resolve(executable).absolutePath)
|
||||
}.assertNormalExitValue()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user