mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-11 20:53:37 +00:00
Update Magisk Manager
This commit is contained in:
parent
9855877b03
commit
bb70385a42
2
app
2
app
@ -1 +1 @@
|
|||||||
Subproject commit 3f38579529014c4801c157c0d78d0260d5c61b42
|
Subproject commit d5408d1f09f886e3bb492d96e25f0c9f48781c4a
|
@ -494,6 +494,7 @@ public class SignAPK {
|
|||||||
outputStream.write(total_size & 0xff);
|
outputStream.write(total_size & 0xff);
|
||||||
outputStream.write((total_size >> 8) & 0xff);
|
outputStream.write((total_size >> 8) & 0xff);
|
||||||
temp.writeTo(outputStream);
|
temp.writeTo(outputStream);
|
||||||
|
outputStream.close();
|
||||||
}
|
}
|
||||||
private static void signFile(Manifest manifest, JarMap inputJar,
|
private static void signFile(Manifest manifest, JarMap inputJar,
|
||||||
X509Certificate publicKey, PrivateKey privateKey,
|
X509Certificate publicKey, PrivateKey privateKey,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user