Set version comment in apk

This commit is contained in:
vvb2060
2022-06-18 02:08:44 +08:00
committed by John Wu
parent cd96454886
commit a250e2b56c
4 changed files with 52 additions and 30 deletions
-2
View File
@@ -64,8 +64,6 @@ fun genKeyData(keysDir: File, outSrc: File) {
it.println("package com.topjohnwu.magisk.signing;")
it.println("public final class KeyData {")
it.byteField("testCert", File(keysDir, "testkey.x509.pem").readBytes())
it.byteField("testKey", File(keysDir, "testkey.pk8").readBytes())
it.byteField("verityCert", File(keysDir, "verity.x509.pem").readBytes())
it.byteField("verityKey", File(keysDir, "verity.pk8").readBytes())