diff --git a/electron-builder.json b/electron-builder.json index b035705e3..50601aca9 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -26,9 +26,12 @@ "mac": { "category": "public.app-category.navigation" }, - "fileAssociations": { - "ext": [".html"], - "description": "Wexond", - "role": "Viewer" - } + "fileAssociations": [ + { + "name": "Document", + "description": "Wexond", + "role": "Viewer", + "ext": "html" + } + ] }