Added x86 versions of MS apps

This commit is contained in:
Fmstrat
2020-11-10 13:39:16 -05:00
committed by Oskar Manhart
parent f517160ade
commit 067dcfbfee
28 changed files with 240 additions and 0 deletions

14
apps/excel-o365-x86/info Normal file
View File

@@ -0,0 +1,14 @@
# GNOME shortcut name
NAME="Excel"
# Used for descriptions and window class
FULL_NAME="Microsoft Excel"
# The executable inside windows
WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE"
# GNOME categories
CATEGORIES="Office"
# GNOME mimetypes
MIME_TYPES="application/vnd.ms-excel;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.ms-excel.template.macroEnabled.12;application/vnd.ms-excel.addin.macroEnabled.12;application/vnd.ms-excel.sheet.binary.macroEnabled.12;"