2021-07-11 17:37:42 +02:00
|
|
|
{%- from "molotov/map.jinja" import molotov with context %}
|
2020-07-10 00:58:55 +02:00
|
|
|
[Desktop Entry]
|
2020-11-23 01:46:04 +01:00
|
|
|
Name=Molotov
|
2020-07-10 00:58:55 +02:00
|
|
|
Encoding=UTF-8
|
2021-07-11 17:37:42 +02:00
|
|
|
Version={{ molotov.version }}
|
2020-11-23 01:46:04 +01:00
|
|
|
Comment=The app to watch TV, for free
|
2021-07-11 17:37:42 +02:00
|
|
|
Exec={{ molotov.dest_path }}/molotov
|
|
|
|
Icon={{ molotov.icon_path }}
|
2020-07-10 00:58:55 +02:00
|
|
|
Terminal=false
|
|
|
|
StartupWMClass=Molotov
|
|
|
|
Type=Application
|
|
|
|
Categories=AudioVideo;Player;
|
2023-03-11 10:08:26 +01:00
|
|
|
X-Desktop-File-Install-Version=0.22
|