Skip to content

Commit d3896a2

Browse files
authored
Update android-tools-appimage.sh
1 parent c7bf2e5 commit d3896a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ln -s ./Android.png ./.DirIcon
3131
# AppRun
3232
cat >> ./AppRun << 'EOF'
3333
#!/bin/bash
34-
CURRENTDIR="$(readlink -f "$(dirname "$0")")"/usr/bin/
34+
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")
3636
if [ "$1" = "adb" ]; then
3737
"$CURRENTDIR"/adb "${@:2}" || echo "$UDEVNOTICE"

0 commit comments

Comments
 (0)