mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
[skip] fix output to match a jar
This commit is contained in:
parent
a031787ece
commit
dbda71d2af
@ -40,7 +40,7 @@ public class BuildAndDecodeJarTest {
|
||||
LOGGER.info("Unpacking testjar...");
|
||||
TestUtils.copyResourceDir(BuildAndDecodeJarTest.class, "brut/apktool/testjar/", sTestOrigDir);
|
||||
|
||||
LOGGER.info("Building testjar.apk...");
|
||||
LOGGER.info("Building testjar.jar...");
|
||||
File testJar = new File(sTmpDir, "testjar.jar");
|
||||
new Androlib().build(sTestOrigDir, testJar, TestUtils.returnStockHashMap(),"");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user