Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MondayNitro authored Dec 8, 2024
1 parent 98e3c10 commit a77fbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ def patch_apk(

if includes is not None:
for i in includes:
command.append("-i")
command.append("-e")
command.append(i)

if excludes is not None:
for e in excludes:
command.append("-e")
command.append("-d")
command.append(e)

command.append(apk)
Expand Down

0 comments on commit a77fbc8

Please sign in to comment.