Commit bb70385a authored by topjohnwu's avatar topjohnwu

Update Magisk Manager

parent 9855877b
Subproject commit 3f38579529014c4801c157c0d78d0260d5c61b42 Subproject commit d5408d1f09f886e3bb492d96e25f0c9f48781c4a
...@@ -494,6 +494,7 @@ public class SignAPK { ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment