mirror of
https://github.com/microsoft/edit.git
synced 2026-06-13 12:02:16 -05:00
Add a rudimentary .desktop file (#420)
Closes #107 Co-authored-by: Mingcong Bai <jeffbai@aosc.io>
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user