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:
parent
81a4d7eaa7
commit
a2a0c15c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue