Skip to content

Commit 85c2559

Browse files
authored
Merge pull request #53 from gmcgibbon/mde_accde
Add support for .mde and .accde files
2 parents a2ca764 + 7b377db commit 85c2559

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

lib/marcel/mime_type/definitions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
Marcel::MimeType.extend(
5555
"application/vnd.ms-access",
56-
extensions: %w( mdb accdb ),
56+
extensions: %w( mdb mde accdb accde ),
5757
magic: [
5858
[0, "\x00\x01\x00\x00\x53\x74\x61\x6e\x64\x61\x72\x64\x20\x4a\x65\x74\x20\x44\x42"], # \x00\x01\x00\xStandard Jet DB
5959
[0, "\x00\x01\x00\x00\x53\x74\x61\x6e\x64\x61\x72\x64\x20\x41\x43\x45\x20\x44\x42"], # \x00\x01\x00\xStandard ACE DB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)