From 2b7e6c87eb425b99ba3d1217c52710afe406ef2c Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 19 Jun 2023 15:42:57 +0100 Subject: Use the correct mime format for 7z --- lualib/lua_magic/types.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lualib/lua_magic/types.lua b/lualib/lua_magic/types.lua index 859c578ca..3dce2e1f8 100644 --- a/lualib/lua_magic/types.lua +++ b/lualib/lua_magic/types.lua @@ -251,7 +251,7 @@ local types = { type = 'archive', }, ['7z'] = { - ct = 'x-7z-compressed', + ct = 'application/x-7z-compressed', type = 'archive', }, gz = { -- cgit v1.2.3