mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-13 05:37:47 +02:00
Check stub.xz existence
This commit is contained in:
@ -172,8 +172,7 @@ static void extract_files(bool sbin) {
|
|||||||
} else {
|
} else {
|
||||||
xsymlink("./magisk32", "magisk");
|
xsymlink("./magisk32", "magisk");
|
||||||
}
|
}
|
||||||
|
if (access(stub_xz, F_OK) == 0) {
|
||||||
{
|
|
||||||
auto stub = mmap_data(stub_xz);
|
auto stub = mmap_data(stub_xz);
|
||||||
unlink(stub_xz);
|
unlink(stub_xz);
|
||||||
int fd = xopen("stub.apk", O_WRONLY | O_CREAT, 0);
|
int fd = xopen("stub.apk", O_WRONLY | O_CREAT, 0);
|
||||||
|
Reference in New Issue
Block a user