Hello, I just tested the latest the version at commit 8e2898ab11 and it works as expected. Thanks.
Michel Le Bihan Le jeudi 14 janvier 2021 à 09:22 +0200, Sergey Poznyakoff a écrit : > Hi Michel, > > > I noticed that if I delete some files from some archives of git > > repos, > > other files will not be extracted from the same archive. > > Please try this patch: > > http://git.savannah.gnu.org/cgit/tar.git/commit/?id=8e2898ab11 > > > Download the archive from GitHub > > https://github.com/iBotPeaches/Apktool/archive/v2.5.0.tar.gz > [..] > > Run `tar -f v2.5.0.tar --delete brut.apktool/apktool- > > lib/src/main/resources/prebuilt` > > As a side note, this will end up with > > brut.apktool/apktool-lib/src/main/resources/prebuilt: Not found in > archive > > The following command should work as expected: > > tar -f v2.5.0.tar --delete Apktool-2.5.0/brut.apktool/apktool- > lib/src/main/resources/prebuilt > > Regards, > Sergey >