Skip to content

Commit 66128da

Browse files
authored
Key "MimeType" is a list and needs a semicolon as trailing character
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#mime-types
1 parent 5102ed4 commit 66128da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/desktop.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Exec=<BINARY_LOCATION>
77
Icon=<ICON_NAME>
88
Terminal=false
99
Categories=Development;IDE;Electronics;
10-
MimeType=text/x-arduino
10+
MimeType=text/x-arduino;
1111
Keywords=embedded electronics;electronics;avr;microcontroller;
1212
StartupWMClass=processing-app-Base

0 commit comments

Comments
 (0)