Update Magisk Manager

This commit is contained in:
topjohnwu 2018-03-11 08:37:13 +08:00
parent 9855877b03
commit bb70385a42
2 changed files with 2 additions and 1 deletions

2
app

@ -1 +1 @@
Subproject commit 3f38579529014c4801c157c0d78d0260d5c61b42
Subproject commit d5408d1f09f886e3bb492d96e25f0c9f48781c4a

View File

@ -494,6 +494,7 @@ public class SignAPK {
outputStream.write(total_size & 0xff);
outputStream.write((total_size >> 8) & 0xff);
temp.writeTo(outputStream);
outputStream.close();
}
private static void signFile(Manifest manifest, JarMap inputJar,
X509Certificate publicKey, PrivateKey privateKey,