Added Outlook

This commit is contained in:
Fmstrat 2020-11-08 09:33:20 -05:00 committed by Oskar Manhart
parent a1faf4f3f4
commit b39ed5fbb7
3 changed files with 15 additions and 0 deletions

View File

@ -18,6 +18,7 @@ Currently supported apps
- Microsoft Word
- Microsoft Excel
- Microsoft PowerPoint
- Microsoft Outlook
- Internet Explorer (just because)
To Do

View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

14
apps/outlook/info Normal file
View File

@ -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;"