From 52324fc84fd824b081bb8d4bdafc8e23601907d9 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sun, 3 May 2026 11:20:14 +0200 Subject: fix: update desktop entry paths to /opt/my-publisher Co-Authored-By: Claude Sonnet 4.6 --- assets/my-publisher.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/my-publisher.desktop b/assets/my-publisher.desktop index 27e37c0..7207323 100644 --- a/assets/my-publisher.desktop +++ b/assets/my-publisher.desktop @@ -3,8 +3,8 @@ Version=1.0 Type=Application Name=my-publisher Comment=danix.xyz blog publishing workflow -Exec=python /home/danix/Programming/GIT/my-publisher/main.py -Icon=/home/danix/Programming/GIT/my-publisher/assets/blogilo.svg +Exec=python /opt/my-publisher/main.py +Icon=/opt/my-publisher/assets/blogilo.svg Terminal=false Categories=Office;Publishing; StartupWMClass=my-publisher -- cgit v1.2.3