File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ export OUTNAME=Android_Tools-"$VERSION"-anylinux-"$ARCH".AppImage
2727# add udev rules
2828wget --retry-connrefused --tries=30 " $UDEV " -O ./AppDir/etc/udev/rules.d/51-android.rules
2929
30- # We also need to be added to a group after installing udev rules
31- sed -i ' /cp -v/a usermod -a -G adbusers $(logname)' ./AppDir/bin/udev-installer.hook
32-
3330# DEPLOY ALL LIBS
3431wget --retry-connrefused --tries=30 " $SHARUN " -O ./quick-sharun
3532chmod +x ./quick-sharun
3633./quick-sharun ./AppDir/shared/bin/*
3734
35+ # We also need to be added to a group after installing udev rules
36+ sed -i ' /cp -v/a usermod -a -G adbusers $(logname)' ./AppDir/bin/udev-installer.hook
37+
3838# MAKE APPIMAGE WITH URUNTIME
3939wget --retry-connrefused --tries=30 " $URUNTIME " -O ./uruntime2appimage
4040chmod +x ./uruntime2appimage
You can’t perform that action at this time.
0 commit comments