We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297051f commit 47d6fabCopy full SHA for 47d6fab
android-tools-appimage.sh
@@ -18,9 +18,9 @@ mkdir -p ./AppDir/shared/bin ./AppDir/bin ./AppDir/etc/udev/rules.d
18
wget "$BINARY" -O ./bin.zip
19
unzip -q ./bin.zip
20
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
+cp -vr ./platform-tools/lib64 ./AppDir/bin
+cp -v ./platform-tools/mke2fs.conf ./AppDir/bin
+mv -v ./platform-tools/* ./AppDir/shared/bin
24
25
VERSION="$(awk -F"=" '/Revision/{print $2; exit}' ./AppDir/shared/bin/source.properties)"
26
[ -n "$VERSION" ] && "$VERSION" > ~/version
0 commit comments