Commit 20892236 authored by topjohnwu's avatar topjohnwu

Fix #3785

parent 52e1b84d
......@@ -48,7 +48,7 @@ abstract class MagiskInstallImpl protected constructor(
private val logs: MutableList<String> = NOPList.getInstance()
) : KoinComponent {
protected lateinit var installDir: File
protected var installDir = File("xxx")
private lateinit var srcBoot: File
private lateinit var shell: Shell
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment