blackhatMS

android-studio.desktop

Sep 23rd, 2019 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.30 KB | None | 0 0
  1. sudo mkdir -p /usr/local/share/applications
  2. cat <<EOF | sudo tee /usr/local/share/applications/android-studio.desktop
  3. [Desktop Entry]
  4. Type=Application
  5. Name=Android Studio
  6. Icon=/opt/android-studio/bin/studio.png
  7. Exec=/opt/android-studio/bin/studio.sh
  8. Terminal=false
  9. Categories=Development;IDE;
  10. EOF
Add Comment
Please, Sign In to add comment