Skip to content

Commit 20a3ee9

Browse files
authored
hide desktop entry
1 parent 484c7a0 commit 20a3ee9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android-tools-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ cat >> ./android-tools.desktop << 'EOF'
2424
Name=Android-platform-tools
2525
Type=Application
2626
Icon=Android
27-
Exec="sh -ic ' android-tools "";"" \\$SHELL'"
27+
Exec=android-tools
2828
Categories=Utility;
2929
Terminal=true
30+
Hidden=true
3031
EOF
3132
wget "$ICON" -O ./Android.png
3233
ln -s ./Android.png ./.DirIcon

0 commit comments

Comments
 (0)