mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00

This reverts commit d2601efeab779b33df97c40945e958fecfcecb73, reversing changes made to f01427a236ea3b2662c94ea9ba959e00b50f600e.
15 lines
564 B
Plaintext
15 lines
564 B
Plaintext
# GNOME shortcut name
|
|
NAME="Internet Explorer"
|
|
|
|
# Used for descriptions and window class
|
|
FULL_NAME="Internet Explorer"
|
|
|
|
# The executable inside windows
|
|
WIN_EXECUTABLE="C:\Program Files\Internet Explorer\iexplore.exe"
|
|
|
|
# GNOME categories
|
|
CATEGORIES="WinApps;Network;WebBrowser;"
|
|
|
|
# GNOME mimetypes
|
|
MIME_TYPES="text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;"
|