Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/org.meshtastic.meshtasticd.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Name=Meshtastic
Comment=Meshtastic App
Name=MeshtasticD
Comment=Meshtastic Daemon + MUI
Exec=meshtasticd
Icon=org.meshtastic.meshtasticd
Terminal=true
Expand Down
5 changes: 4 additions & 1 deletion bin/org.meshtastic.meshtasticd.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<component type="desktop-application">
<id>org.meshtastic.meshtasticd</id>

<name>Meshtastic</name>
<name>MeshtasticD</name>
<summary>Decentralized mesh communication</summary>

<metadata_license>CC-BY-4.0</metadata_license>
Expand All @@ -13,6 +13,9 @@
</developer>

<description>
<p>
MeshtasticD is an app that allows you to use your Linux computer as a Meshtastic node (using a CH341 USB LoRa radio).
</p>
<p>
Meshtastic is an open source project for creating off-grid, affordable, and resilient communication with LoRa mesh networks.
</p>
Expand Down
Loading