Skip to content

Commit

Permalink
refactor: add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jun 11, 2022
1 parent 2bfbbc2 commit d55ca86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/app/revanced/cli/command/MainCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ internal object MainCommand : Runnable {

Patcher.start(patcher, patchedFile)

println("[aligning & signing]")

if (install) {
Signing.start(
patchedFile,
Expand Down

0 comments on commit d55ca86

Please sign in to comment.