mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 10:05:54 +01:00
remove hardcoded seperator char
This commit is contained in:
parent
bd9dce78b4
commit
27922bdb81
@ -295,7 +295,7 @@ final public class AndrolibResources {
|
||||
// Remove versionName / versionCode (aapt API 16)
|
||||
if (resTable.getAnalysisMode() == false) {
|
||||
remove_manifest_versions(outDir.getAbsolutePath()
|
||||
+ File.separator + "/AndroidManifest.xml");
|
||||
+ File.separator + "AndroidManifest.xml");
|
||||
}
|
||||
if (inApk.containsDir("res")) {
|
||||
in = inApk.getDir("res");
|
||||
|
Loading…
Reference in New Issue
Block a user