mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-30 06:24:28 +02:00
feat: stop deleting workdir
This commit is contained in:
parent
d877c8882f
commit
2f747d7e52
@ -188,8 +188,8 @@ class PatcherWorker(context: Context, parameters: WorkerParameters, private val
|
|||||||
Signer("ReVanced", "s3cur3p@ssw0rd").signApk(patchedFile, outputFile)
|
Signer("ReVanced", "s3cur3p@ssw0rd").signApk(patchedFile, outputFile)
|
||||||
Logging.log += "Successfully patched!\n"
|
Logging.log += "Successfully patched!\n"
|
||||||
} finally {
|
} finally {
|
||||||
Log.d(tag, "Deleting workdir")
|
// Log.d(tag, "Deleting workdir")
|
||||||
workdir.deleteRecursively()
|
// workdir.deleteRecursively()
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user