mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 14:24:25 +02:00
uncompress resources.arsc
This commit is contained in:
parent
ee2bd9108e
commit
472eb1c46c
@ -32,6 +32,7 @@
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
import java.util.zip.ZipEntry;
|
||||
|
||||
public class RESEncoder {
|
||||
private APKLogger apkLogger;
|
||||
@ -48,6 +49,8 @@
|
||||
if(!module.hasTableBlock()){
|
||||
BlockInputSource<TableBlock> inputSource=
|
||||
new BlockInputSource<>(TableBlock.FILE_NAME, block);
|
||||
inputSource.setMethod(ZipEntry.STORED);
|
||||
this.apkModule.getUncompressedFiles().addPath(inputSource);
|
||||
this.apkModule.getApkArchive().add(inputSource);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user