mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-01 00:16:43 +02:00
Add support for O365 apps
This commit is contained in:

committed by
Oskar Manhart

parent
b585eff3f0
commit
cc16e89b0f
17
apps/powerpoint-o365/info
Normal file
17
apps/powerpoint-o365/info
Normal file
@@ -0,0 +1,17 @@
|
||||
# GNOME shortcut name
|
||||
NAME="PowerPoint (Office365)"
|
||||
|
||||
# Used for descriptions and window class
|
||||
FULL_NAME="Microsoft PowerPoint"
|
||||
|
||||
# The executable inside windows
|
||||
WIN_EXECUTABLE="C:\Program Files\Microsoft Office\Office16\POWERPNT.EXE"
|
||||
|
||||
# The icon in the icon folder
|
||||
ICON="powerpoint.svg"
|
||||
|
||||
# GNOME categories
|
||||
CATEGORIES="Office"
|
||||
|
||||
# GNOME mimetypes
|
||||
MIME_TYPES="application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.openxmlformats-officedocument.presentationml.slideshow;application/vnd.ms-powerpoint.addin.macroEnabled.12;application/vnd.ms-powerpoint.presentation.macroEnabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;"
|
Reference in New Issue
Block a user