14 lines
359 B
Django/Jinja
14 lines
359 B
Django/Jinja
{%- from "molotov/map.jinja" import molotov with context %}
|
|
[Desktop Entry]
|
|
Name=Molotov
|
|
Encoding=UTF-8
|
|
Version={{ molotov.version }}
|
|
Comment=The app to watch TV, for free
|
|
Exec={{ molotov.dest_path }}/molotov
|
|
Icon={{ molotov.icon_path }}
|
|
Terminal=false
|
|
StartupWMClass=Molotov
|
|
Type=Application
|
|
Categories=AudioVideo;Player;
|
|
X-Desktop-File-Install-Version=0.22
|