Skip to content

Commit ef77ee8

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

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
@@ -23,7 +23,7 @@ cp -v ./platform-tools/mke2fs.conf ./AppDir/bin
2323
mv -v ./platform-tools/* ./AppDir/shared/bin
2424

2525
VERSION="$(awk -F"=" '/Revision/{print $2; exit}' ./AppDir/shared/bin/source.properties)"
26-
[ -n "$VERSION" ] && "$VERSION" > ~/version
26+
[ -n "$VERSION" ] && echo "$VERSION" > ~/version
2727
export OUTNAME=Android_Tools-"$VERSION"-anylinux-"$ARCH".AppImage
2828

2929
# add udev rules

0 commit comments

Comments
 (0)