mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-14 02:57:25 +00:00
Fix file permission
This commit is contained in:
@@ -115,6 +115,7 @@ abstract class MagiskInstallImpl protected constructor(
|
||||
val name = n.substring(3, n.length - 3)
|
||||
val dest = File(installDir, name)
|
||||
zf.getInputStream(it).writeTo(dest)
|
||||
dest.setExecutable(true)
|
||||
}
|
||||
} else {
|
||||
val info = context.applicationInfo
|
||||
|
Reference in New Issue
Block a user