Add tasmotizer app

This commit is contained in:
Valentin Niess
2020-04-03 22:12:58 +02:00
parent 7c9f412b1a
commit 2c813fed06
5 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
{{ python-executable }} ${APPDIR}/opt/python{{ python-version }}/bin/tasmotizer.py "$@"

View File

@@ -0,0 +1 @@
tasmotizer

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>tasmotizer</id>
<metadata_license>Python-2.0</metadata_license>
<project_license>Python-2.0</project_license>
<name>Tasmotizer</name>
<summary>ESP... The time has come to... Tasmotize</summary>
<description>
<p> Python {{ python-fullversion }} with PyQt5 and tasmotizer.py
bundled in an AppImage.
</p>
</description>
<launchable type="desktop-id">tasmotizer.desktop</launchable>
<url type="homepage">https://github.com/tasmota/tasmotizer</url>
<provides>
<binary>python{{ python-version }}</binary>
</provides>
</component>

View File

@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=tasmotizer
Exec=tasmotizer
Comment= ESP... The time has come to... Tasmotize
Icon=python
Categories=System;
Terminal=true