mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-04-30 06:14:25 +02:00
fix: Update changed file names
This commit is contained in:
parent
c68082d28c
commit
d5c3f7563e
@ -140,6 +140,7 @@ class OutputSource {
|
|||||||
LocalFileHeader getLocalFileHeader(){
|
LocalFileHeader getLocalFileHeader(){
|
||||||
if(lfh == null){
|
if(lfh == null){
|
||||||
lfh = createLocalFileHeader();
|
lfh = createLocalFileHeader();
|
||||||
|
lfh.setFileName(getInputSource().getAlias());
|
||||||
clearAlignment(lfh);
|
clearAlignment(lfh);
|
||||||
}
|
}
|
||||||
return lfh;
|
return lfh;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user