mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-23 14:57:31 +00:00
Update Magisk Manager
This commit is contained in:
2
app
2
app
Submodule app updated: 3f38579529...d5408d1f09
@@ -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,
|
||||
|
Reference in New Issue
Block a user