Skip to content

Commit

Permalink
fix(res): put deobfuscated files to res/ folder (PR #995)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-wowwow authored and skylot committed Oct 25, 2020
1 parent c94c204 commit f0e6c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jadx-core/src/main/java/jadx/api/ResourceFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void setZipRef(ZipRef zipRef) {

public void setAlias(ResourceEntry ri) {
int index = name.lastIndexOf('.');
deobfName = String.format("%s%s/%s%s",
deobfName = String.format("res/%s%s/%s%s",
ri.getTypeName(),
ri.getConfig(),
ri.getKeyName(),
Expand Down

0 comments on commit f0e6c8e

Please # to comment.