Merge remote-tracking branch 'origin/main' into add-contribution-guidelines

This commit is contained in:
Oskar Manhart
2024-09-09 17:16:03 +02:00
12 changed files with 268 additions and 5 deletions

23
apps/word-x86-2010/info Normal file
View File

@@ -0,0 +1,23 @@
# Copyright (c) 2024 Adam
# Copyright (c) 2024 Oskar Manhart
# All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# GNOME shortcut name
NAME="Word"
# Used for descriptions and window class
FULL_NAME="Microsoft Word"
# The executable inside windows
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\Office14\WINWORD.EXE"
# GNOME categories
CATEGORIES="WinApps;Office"
# GNOME mimetypes
MIME_TYPES="application/msword;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.document.macroEnabled.12;application/vnd.ms-word.template.macroEnabled.12;"
# System Icon
ICON="ms-word"