From ad1da5b349b4041ef7ced028b94822392e5922e7 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Sat, 18 Jan 2025 03:53:36 -0500 Subject: [PATCH] replace it with application/lightningbeam --- src-tauri/tauri.conf.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 022b1f8..6294688 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -51,7 +51,8 @@ { "ext": [ "beam" - ] + ], + "mimeType": "application/lightningbeam" } ] }