Skip to content

Commit 47d6fab

Browse files
authored
Update android-tools-appimage.sh
1 parent 297051f commit 47d6fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android-tools-appimage.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ mkdir -p ./AppDir/shared/bin ./AppDir/bin ./AppDir/etc/udev/rules.d
1818
wget "$BINARY" -O ./bin.zip
1919
unzip -q ./bin.zip
2020
rm -f ./bin.zip
21-
cp -v ./platform-tools/lib64 ./AppDir/bin
22-
cp -v ./platform-tools/mke2fs.conf ./AppDir/bin
23-
mv -v ./platform-tools/* ./AppDir/shared/bin
21+
cp -vr ./platform-tools/lib64 ./AppDir/bin
22+
cp -v ./platform-tools/mke2fs.conf ./AppDir/bin
23+
mv -v ./platform-tools/* ./AppDir/shared/bin
2424

2525
VERSION="$(awk -F"=" '/Revision/{print $2; exit}' ./AppDir/shared/bin/source.properties)"
2626
[ -n "$VERSION" ] && "$VERSION" > ~/version

0 commit comments

Comments
 (0)