2020-07-10 00:58:55 +02:00
|
|
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
|
|
|
{%- from "androidstudio/map.jinja" import androidstudio with context %}
|
|
|
|
[Desktop Entry]
|
|
|
|
Version=1.0
|
|
|
|
Type=Application
|
|
|
|
Name=Android Studio
|
2021-11-14 13:34:25 +01:00
|
|
|
Icon={{ androidstudio.install_dir }}/androidstudio/bin/studio.png
|
|
|
|
Exec="{{ androidstudio.install_dir }}/androidstudio/bin/studio.sh" %f
|
2020-07-10 00:58:55 +02:00
|
|
|
Comment=Develop with pleasure on Android!
|
|
|
|
Categories=Development;IDE;
|
|
|
|
Terminal=false
|
|
|
|
StartupWMClass=jetbrains-studio
|