From e881472e7c6b0cd9c241dd74fe8558bd5936faf4 Mon Sep 17 00:00:00 2001 From: Carl Philipp Klemm Date: Mon, 13 Apr 2026 14:20:45 +0200 Subject: [PATCH] Add .desktop file --- smartvos.desktop | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 smartvos.desktop diff --git a/smartvos.desktop b/smartvos.desktop new file mode 100644 index 0000000..adc785e --- /dev/null +++ b/smartvos.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=SmartVOS +Comment=Smart Home Interface +Exec=smartvos +Icon=smartvos +Terminal=false +Type=Application +Categories=Utility;HomeAutomation; +Keywords=smart;home;automation;iot; +StartupNotify=true \ No newline at end of file