mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Add trailing semicolons to Categories and Actions
This commit is contained in:
parent
48664ea678
commit
a99a69cfcb
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ TryExec=alacritty
|
|||
Exec=alacritty
|
||||
Icon=utilities-terminal
|
||||
Terminal=false
|
||||
Categories=System;TerminalEmulator
|
||||
Categories=System;TerminalEmulator;
|
||||
|
||||
Name=Alacritty
|
||||
GenericName=Terminal
|
||||
Comment=A cross-platform, GPU enhanced terminal emulator
|
||||
StartupWMClass=Alacritty
|
||||
Actions=New
|
||||
Actions=New;
|
||||
|
||||
[Desktop Action New]
|
||||
Name=New Terminal
|
||||
|
|
Loading…
Reference in a new issue