Skip to content

Commit 7c03e26

Browse files
authored
Update android-tools-appimage.sh
1 parent 2e6cb11 commit 7c03e26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android-tools-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ chmod a+x ./appimagetool
6363
# Do the thing!
6464
ARCH=x86_64 VERSION=$(./appimagetool -v | grep -o '[[:digit:]]*') ./appimagetool -s ./$APP.AppDir &&
6565
ls ./*.AppImage || { echo "appimagetool failed to make the appimage"; exit 1; }
66-
mv ./*AppImage ./"$APPVERSION"-"platform-tools.AppImage"
66+
mv ./*AppImage ./"$APPVERSION"-"android-tools.AppImage"
6767
if [ -z "$APP" ]; then exit 1; fi # Being extra safe lol
6868
mv ./*.AppImage .. && cd .. && rm -rf "./$APP"
6969
echo "All Done!"

0 commit comments

Comments
 (0)