From f821b614abb566535d8bcb89f8de70120270b09d Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Wed, 17 Aug 2022 19:52:35 +0300 Subject: [PATCH] Fix path to Khoj executable in Khoj.desktop for Debian package --- Khoj.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Khoj.desktop b/Khoj.desktop index 5ff50a1f..1f0d924d 100644 --- a/Khoj.desktop +++ b/Khoj.desktop @@ -2,6 +2,6 @@ Type=Application Name=Khoj Comment=A natural language search engine for your personal notes, transactions and images. -Path=/opt/Khoj -Exec=/opt/Khoj/Khoj +Path=/opt +Exec=/opt/Khoj Icon=Khoj \ No newline at end of file