2024-09-05 18:21:23 +02:00

23 lines
485 B
Plaintext

# Copyright (c) 2024 Jon Champagne
# All rights reserved.
#
# SPDX-License-Identifier: Proprietary
# 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="WinApps;Office"
# GNOME mimetypes
MIME_TYPES="application/vnd.ms-outlook;application/octet-stream;"
# System Icon
ICON="ms-outlook"