feat(packaging): add desktop entry for PicoClaw Launcher
- Add .desktop file with Terminal=true, named "PicoClaw Launcher" - Install to /usr/share/applications/ for app menu visibility - Add 512x512 PNG icon to /usr/share/icons/hicolor/ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
85eb2a6371
commit
28d152d8b8
3 changed files with 14 additions and 0 deletions
|
|
@ -149,6 +149,11 @@ nfpms:
|
||||||
- rpm
|
- rpm
|
||||||
- deb
|
- deb
|
||||||
bindir: /usr/bin
|
bindir: /usr/bin
|
||||||
|
contents:
|
||||||
|
- src: web/picoclaw-launcher.desktop
|
||||||
|
dst: /usr/share/applications/picoclaw-launcher.desktop
|
||||||
|
- src: web/picoclaw-launcher.png
|
||||||
|
dst: /usr/share/icons/hicolor/512x512/apps/picoclaw-launcher.png
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
|
|
|
||||||
9
web/picoclaw-launcher.desktop
Normal file
9
web/picoclaw-launcher.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=PicoClaw Launcher
|
||||||
|
Comment=Web-based configuration and management UI for PicoClaw
|
||||||
|
Exec=picoclaw-launcher
|
||||||
|
Icon=picoclaw-launcher
|
||||||
|
Terminal=true
|
||||||
|
Type=Application
|
||||||
|
Categories=Utility;Network;
|
||||||
|
Keywords=picoclaw;ai;agent;bot;
|
||||||
BIN
web/picoclaw-launcher.png
Normal file
BIN
web/picoclaw-launcher.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 102 KiB |
Loading…
Add table
Reference in a new issue