Closed ghost closed 5 years ago
Looks like the registered mime type is actually application/vnd.microsoft.portable-executable
. I'll make the change.
https://www.iana.org/assignments/media-types/application/vnd.microsoft.portable-executable
Updated
Using Microsoft's urlmon.dll to identify mime types will give you 'application/x-msdownload' for .exe files in Visual Studio 2019, but according to your mapping .exe files will give us 'application/octet-stream'.