diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d531d106b..382f7e973 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -149,6 +149,11 @@ nfpms: - rpm - deb 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: sort: asc diff --git a/web/picoclaw-launcher.desktop b/web/picoclaw-launcher.desktop new file mode 100644 index 000000000..7e1f7b4d0 --- /dev/null +++ b/web/picoclaw-launcher.desktop @@ -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; diff --git a/web/picoclaw-launcher.png b/web/picoclaw-launcher.png new file mode 100644 index 000000000..e0b4aab9c Binary files /dev/null and b/web/picoclaw-launcher.png differ