Skip to content

Commit f2d368c

Browse files
authored
Update android-tools-appimage.sh
1 parent 5a11e95 commit f2d368c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android-tools-appimage.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
APP=platform-tools
3+
APP=android-tools-appimage
44
SITE="https://dl.google.com/android/repository"
55

66
# CREATE DIRECTORIES
@@ -18,8 +18,8 @@ echo "[Desktop Entry]
1818
Name=Android-platform-tools
1919
Type=Application
2020
Icon=Android
21-
TryExec=adb
22-
Exec=adb shell %f
21+
TryExec=android-tools-appimage
22+
Exec=android-tools-appimage %f
2323
Categories=Utility;
2424
Terminal=true" >> "./Android-$APP.desktop"
2525

0 commit comments

Comments
 (0)