mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
21 lines
733 B
Plaintext
21 lines
733 B
Plaintext
# Copyright (c) 2024 Gordon Cheong
|
|
# Copyright (c) 2024 Oskar Manhart
|
|
# All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
# GNOME shortcut name
|
|
NAME="Visio"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Microsoft Visio"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\VISIO.EXE"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Office"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES="application/vnd.ms-visio.template.main+xml;application/vnd.ms-visio.stencil.main+xml;application/vnd.ms-visio.drawing.main+xml;application/vnd.ms-visio.stencil.macroEnabled.main+xml;application/vnd.ms-visio.drawing.macroEnabled.main+xml;application/vnd.ms-visio.template.macroEnabled.main+xml;"
|