mirror of
https://github.com/microsoft/edit.git
synced 2025-07-03 14:33:22 +00:00
Add a rudimentary .desktop file (#420)
Closes #107 Co-authored-by: Mingcong Bai <jeffbai@aosc.io>
This commit is contained in:
parent
239cde5f72
commit
e87e66e9d4
1 changed files with 10 additions and 0 deletions
10
assets/com.microsoft.edit.desktop
Normal file
10
assets/com.microsoft.edit.desktop
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Microsoft Edit
|
||||
GenericName=Text Editor
|
||||
Comment=A simple editor for simple needs
|
||||
Icon=edit
|
||||
Exec=edit %U
|
||||
Terminal=true
|
||||
MimeType=text/plain
|
||||
Keywords=text;editor
|
Loading…
Add table
Add a link
Reference in a new issue