mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
Build old projects to dist/out.apk instead of dist/out .
This commit is contained in:
parent
3703384df9
commit
2cda08aea4
@ -156,7 +156,7 @@ public class Androlib {
|
||||
if (outFile == null) {
|
||||
String outFileName = (String) meta.get("apkFileName");
|
||||
outFile = new File(appDir, "dist" + File.separator +
|
||||
(outFileName == null ? "out" : outFileName));
|
||||
(outFileName == null ? "out.apk" : outFileName));
|
||||
}
|
||||
|
||||
new File(appDir, APK_DIRNAME).mkdirs();
|
||||
|
Loading…
Reference in New Issue
Block a user