diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-03 11:20:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-03 11:20:14 +0200 |
| commit | 52324fc84fd824b081bb8d4bdafc8e23601907d9 (patch) | |
| tree | 8aa2ac00a7671fcb9c4ea2ed696c1daefcbe0b9b /assets | |
| parent | a2a630c952b1bd409c524d34bd3b56331759bf00 (diff) | |
| download | publisher-1.0.tar.gz publisher-1.0.zip | |
fix: update desktop entry paths to /opt/my-publisherv1.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/my-publisher.desktop | 4 |
1 files 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 |
