Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
feat: frameworkFolderLocation patcher option
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 31, 2022
1 parent 536f6f9 commit bc17298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/kotlin/app/revanced/cli/command/MainCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ internal object MainCommand : Runnable {
pArgs.cacheDirectory,
!pArgs.disableResourcePatching,
pArgs.aaptPath,
logger = PatcherLogger
pArgs.cacheDirectory,
PatcherLogger
)
)

Expand Down

0 comments on commit bc17298

Please sign in to comment.