mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 05:07:41 +02:00
[skip] fix output to match a jar
This commit is contained in:
@ -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(),"");
|
||||
|
||||
|
Reference in New Issue
Block a user