mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-23 18:16:25 +02:00
parent
7fd91369e8
commit
e105768592
@ -705,6 +705,7 @@ public class Androlib {
|
||||
BufferedInputStream unknownFile = new BufferedInputStream(new FileInputStream(inputFile));
|
||||
CRC32 crc = BrutIO.calculateCrc(unknownFile);
|
||||
newEntry.setCrc(crc.getValue());
|
||||
unknownFile.close();
|
||||
} else {
|
||||
newEntry.setMethod(ZipEntry.DEFLATED);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user