Skip to content

Commit

Permalink
Update build_with_mount.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Jul 31, 2024
1 parent 80c0c8d commit eddfd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_with_mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -716,9 +716,9 @@ else
elif [[ "$MAGISK_BRANCH" = "vvb2060" ]]; then
sed -i -e 's@com.topjohnwu.magisk@io.github.vvb2060.magisk@g' "../installer/$ARCH/Install.ps1"
fi
if [[ "$HAS_GAPPS" = "yes" ]] && [[ "$REMOVE_AMAZON" != "yes" ]]; then
if [[ "$HAS_GAPPS" != "yes" ]] && [[ "$REMOVE_AMAZON" != "yes" ]]; then
sed -i -e 's@com.android.vending@com.amazon.venezia@g' "../installer/$ARCH/Install.ps1"
elif [[ "$HAS_GAPPS" = "yes" ]]; then
elif [[ "$HAS_GAPPS" != "yes" ]]; then
sed -i -e 's@Start-Process\ "wsa://com.android.vending"@@g' "../installer/$ARCH/Install.ps1"
fi
fi
Expand Down

0 comments on commit eddfd18

Please sign in to comment.