map viewer
git clone https://git.lucas.co/cce-map.git
Add desktop entry
Versioned at the crate root per convention (bare-binary Exec,
Icon= = binary name); ccebuild install discovers it, making the app
visible to the launcher. Icon glyph lands in cce-icons.
Co-Authored-By: Claude Fable 5 <[email protected]>
cce-map.desktop | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/cce-map.desktop b/cce-map.desktop
new file mode 100644
index 0000000..b24516e
--- /dev/null
+++ b/cce-map.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Name=Map
+Comment=OpenStreetMap tile viewer
+Exec=cce-map
+Icon=cce-map
+Categories=Utility;Maps;
+Terminal=false
+StartupNotify=true
+StartupWMClass=cce-map