Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc authored Sep 23, 2024
1 parent 1f408bf commit 33fdbce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ get_rv_prebuilts() {
echo

if [ "$integs_file" ]; then
{
(
mkdir -p "${integs_file}-zip" || return 1
unzip -qo "${integs_file}" -d "${integs_file}-zip" || return 1
rm "${integs_file}" || return 1
Expand All @@ -116,7 +116,7 @@ get_rv_prebuilts() {
mv -f "${integs_file}-zip/classes-patched.dex" "${integs_file}-zip/classes.dex" || return 1
zip -0rq "${integs_file}" . || return 1
rm -r "${integs_file}-zip"
} >&2 || epr "Patching revanced-integrations failed"
) >&2 || epr "Patching revanced-integrations failed"
fi
}

Expand Down

0 comments on commit 33fdbce

Please sign in to comment.