From f3db010c74f0c87ab7ec86fc8fd936265c1df5f9 Mon Sep 17 00:00:00 2001 From: reya <123083837+reyamir@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:01:20 +0700 Subject: [PATCH] chore: update tauri config --- src-tauri/tauri.conf.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index de2b91ec..e9ec915c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -34,6 +34,7 @@ }, "bundle": { "licenseFile": "../LICENSE", + "homepage": "https://lume.nu", "longDescription": "nostr client for desktop", "shortDescription": "nostr client", "targets": "all", @@ -99,7 +100,7 @@ "fileAssociations": [ { "name": "bech32", - "description": "Nostr Bech32", + "description": "Nostr BECH32", "ext": [ "npub", "nsec", @@ -110,7 +111,8 @@ ], "role": "Viewer" } - ] + ], + "createUpdaterArtifacts": true }, "plugins": { "updater": { @@ -121,7 +123,8 @@ }, "endpoints": [ "https://lus.reya3772.workers.dev/v1/{{target}}/{{arch}}/{{current_version}}", - "https://lus.reya3772.workers.dev/{{target}}/{{current_version}}" + "https://lus.reya3772.workers.dev/{{target}}/{{current_version}}", + "https://github.com/lumehq/lume/releases/latest/download/latest.json" ] } }