mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Fix trimage.desktop grammar
According to https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s04.html , Keywords should be split by semicolons, not commas.
This commit is contained in:
parent
0cbbfcdfe8
commit
1342503b54
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ Type=Application
|
||||||
Exec=trimage
|
Exec=trimage
|
||||||
Categories=Application;Qt;Graphics;
|
Categories=Application;Qt;Graphics;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Keywords=compression,compressor,images,jpg,jpeg,png,web
|
Keywords=compression;compressor;images;jpg;jpeg;png;web;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue