diff --git a/README.md b/README.md index 488dd84..9cfbab6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Currently supported apps - Microsoft Word - Microsoft Excel - Microsoft PowerPoint +- Microsoft Outlook - Internet Explorer (just because) To Do diff --git a/icons/outlook.svg b/apps/outlook/icon.svg similarity index 100% rename from icons/outlook.svg rename to apps/outlook/icon.svg diff --git a/apps/outlook/info b/apps/outlook/info new file mode 100644 index 0000000..2ba9cc8 --- /dev/null +++ b/apps/outlook/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Outlook" + +# Used for descriptions and window class +FULL_NAME="Microsoft Outlook" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\OUTLOOK.EXE" + +# GNOME categories +CATEGORIES="Office" + +# GNOME mimetypes +MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;"