From e93cbf78d5e0dabc02af857f4067b438e5e28137 Mon Sep 17 00:00:00 2001 From: reya Date: Wed, 6 Mar 2024 14:40:55 +0700 Subject: [PATCH] feat: add npub to file associations --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbfb108a..c93fa334 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -102,7 +102,7 @@ { "name": "bech32", "description": "Nostr Bech32", - "ext": ["nsec", "nprofile", "nevent", "naddr", "nrelay"], + "ext": ["npub", "nsec", "nprofile", "nevent", "naddr", "nrelay"], "role": "Viewer" } ]