diff options
| author | Danilo M. <danix@danix.xyz> | 2026-05-03 11:18:05 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-05-03 11:18:05 +0200 |
| commit | a2a630c952b1bd409c524d34bd3b56331759bf00 (patch) | |
| tree | 05103a32011f4bbf888fa3b3418a0656c2d37793 /assets/my-publisher.desktop | |
| parent | 8e8d2c1409efb86bdcdd1666281c5b7cf7b0a34e (diff) | |
| download | publisher-a2a630c952b1bd409c524d34bd3b56331759bf00.tar.gz publisher-a2a630c952b1bd409c524d34bd3b56331759bf00.zip | |
feat: add assets dir with desktop entry and blogilo.svg icon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'assets/my-publisher.desktop')
| -rw-r--r-- | assets/my-publisher.desktop | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/my-publisher.desktop b/assets/my-publisher.desktop new file mode 100644 index 0000000..27e37c0 --- /dev/null +++ b/assets/my-publisher.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +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 +Terminal=false +Categories=Office;Publishing; +StartupWMClass=my-publisher |
