Skip to content

Commit

Permalink
Update android-tools-appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Samueru-sama authored Jun 5, 2024
1 parent 869a3b1 commit 6f657a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-tools-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ cat >> ./AppRun << 'EOF'
#!/bin/bash
CURRENTDIR="$(readlink -f "$(dirname "$0")")"/usr/bin
UDEVNOTICE=$(echo "If you get errors it might be because of missing android udev rules, use --getudev to install them")
export PATH="$CURRENTDIR:$PATH"
if [ "$1" = "adb" ]; then
"$CURRENTDIR"/adb "${@:2}" || echo "$UDEVNOTICE"
elif [ "$1" = "etc1tool" ]; then
Expand Down

0 comments on commit 6f657a4

Please sign in to comment.