fix(desktop): match Exec path to installed binary (drop .sh suffix)

Build installs /usr/local/bin/clawdie-join-hive (no .sh).
Desktop Exec had the .sh suffix — launcher would fail silently.
One-character fix: drop .sh from Exec line.
This commit is contained in:
Hermes (debby) 2026-06-20 11:40:55 +02:00
parent 81a4d7eaa7
commit a2a0c15c3d

View file

@ -3,7 +3,7 @@ Type=Application
Version=1.0
Name=Join Hive
Comment=Register this machine as a Colibri agent
Exec=xfce4-terminal --title "Join Hive" --geometry=80x24 --command "/usr/local/bin/clawdie-join-hive.sh"
Exec=xfce4-terminal --title "Join Hive" --geometry=80x24 --command "/usr/local/bin/clawdie-join-hive"
Icon=network-server
Terminal=false
Categories=System;Utility;