Skip to content

Commit 3d6ff28

Browse files
authored
Update android-tools-appimage.sh
1 parent ef77ee8 commit 3d6ff28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ VERSION="$(awk -F"=" '/Revision/{print $2; exit}' ./AppDir/shared/bin/source.pro
2727
export OUTNAME=Android_Tools-"$VERSION"-anylinux-"$ARCH".AppImage
2828

2929
# add udev rules
30-
wget --retry-connrefused --tries=30 "$UDEV" -O ./AppDir/etc/udev/rules.d
30+
wget --retry-connrefused --tries=30 "$UDEV" -O ./AppDir/etc/udev/rules.d/51-android.rules
3131

3232
# DEPLOY ALL LIBS
3333
wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun

0 commit comments

Comments
 (0)