mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01: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…
Reference in New Issue
Block a user