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

Submodule app updated: 3f38579529...d5408d1f09

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,