Skip to content

Commit

Permalink
Update Magisk Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Mar 11, 2018
1 parent 9855877 commit bb70385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions utils/src/main/java/com/topjohnwu/utils/SignAPK.java
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ private static void signWholeFile(File input, X509Certificate publicKey,
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,
Expand Down

0 comments on commit bb70385

Please sign in to comment.