mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-14 06:19:15 +02:00
Merge remote-tracking branch 'origin/main' into add-contribution-guidelines
This commit is contained in:
23
apps/word-x86-2010/info
Normal file
23
apps/word-x86-2010/info
Normal 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"
|
Reference in New Issue
Block a user