Skip to content

Commit ce3ea02

Browse files
committed
Fix invalid icon name
Template Setup for KDE/travis.yml.desktop: error: value "application/x-yaml" for key "Icon" in group "Desktop Entry" looks like a relative path, instead of being an absolute path to an icon or an icon name Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent e804ea3 commit ce3ea02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Name=.travis.yml
33
Type=Link
4-
Icon=application/x-yaml
4+
Icon=application-x-yaml
55
URL=travis.yml
66
# Comment=

0 commit comments

Comments
 (0)