diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index f0ed9c7..1f97915 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -46,6 +46,21 @@ "icons/icon.icns", "icons/icon.ico", "icons/icon.png" + ], + "fileAssociations": [ + { + "ext": [ + "txt" + ], + "name": "Text Document", + "description": "Plain text document", + "mimeType": "text/plain", + "role": "Editor", + "rank": "Default", + "contentTypes": [ + "public.plain-text" + ] + } ] } }