MIMETypes.st
changeset 4146 1caea5ec90da
parent 4136 874a5465a78f
child 4179 3fa2465bef0a
--- a/MIMETypes.st	Thu Jul 05 12:31:09 2018 +0200
+++ b/MIMETypes.st	Wed Jul 11 12:07:10 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG 
 	      All Rights Reserved
@@ -793,13 +795,14 @@
         "/ the first column is a list of extensions, the second the more-or-less official MIME type
 
         ('makefile' 'make.proto' 'make.spec' 'nt.mak')  'application/x-make'
-        ('exe' 'bin' 'com')                             'application/octet-stream'
+        ('exe' 'bin' 'com')                             'vnd.microsoft.portable-executable'
         ('class')                                       'application/octet-stream'
         ('top')                                         'application/x-waltop-digital-notepad'
     )
 
     "Modified (comment): / 05-02-2017 / 19:38:00 / cg"
     "Modified (comment): / 01-03-2018 / 19:09:17 / mawalch"
+    "Modified: / 09-07-2018 / 10:53:43 / Stefan Vogel"
 !
 
 osSpecificTypeList