mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 18:45:58 +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...");
|
LOGGER.info("Unpacking testjar...");
|
||||||
TestUtils.copyResourceDir(BuildAndDecodeJarTest.class, "brut/apktool/testjar/", sTestOrigDir);
|
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");
|
File testJar = new File(sTmpDir, "testjar.jar");
|
||||||
new Androlib().build(sTestOrigDir, testJar, TestUtils.returnStockHashMap(),"");
|
new Androlib().build(sTestOrigDir, testJar, TestUtils.returnStockHashMap(),"");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user