Skip to content

Commit

Permalink
fix: Sources using ReVanced CLI 5 still try to download patches.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Dec 21, 2024
1 parent a0d2ca2 commit fdcb1fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/FileDownloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ async function overWriteJarNames(fileName, cli4) {
if (fileName.endsWith('.rvp')) {
global.jarNames.patchesJar = filePath;
global.jarNames.patchesList = joinPath(global.revancedDir, fileName.replace('.rvp', '.json'));
} else if (fileName.endsWith('.json')) {
global.jarNames.patchesList = filePath;
}
}
}
Expand Down

0 comments on commit fdcb1fc

Please sign in to comment.