Skip to content

Commit 6f657a4

Browse files
authored
Update android-tools-appimage.sh
1 parent 869a3b1 commit 6f657a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

android-tools-appimage.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ cat >> ./AppRun << 'EOF'
3333
#!/bin/bash
3434
CURRENTDIR="$(readlink -f "$(dirname "$0")")"/usr/bin
3535
UDEVNOTICE=$(echo "If you get errors it might be because of missing android udev rules, use --getudev to install them")
36+
export PATH="$CURRENTDIR:$PATH"
3637
if [ "$1" = "adb" ]; then
3738
"$CURRENTDIR"/adb "${@:2}" || echo "$UDEVNOTICE"
3839
elif [ "$1" = "etc1tool" ]; then

0 commit comments

Comments
 (0)