chore: update tauri config

This commit is contained in:
reya
2024-07-19 10:01:20 +07:00
parent dcf2791fe5
commit f3db010c74

View File

@@ -34,6 +34,7 @@
}, },
"bundle": { "bundle": {
"licenseFile": "../LICENSE", "licenseFile": "../LICENSE",
"homepage": "https://lume.nu",
"longDescription": "nostr client for desktop", "longDescription": "nostr client for desktop",
"shortDescription": "nostr client", "shortDescription": "nostr client",
"targets": "all", "targets": "all",
@@ -99,7 +100,7 @@
"fileAssociations": [ "fileAssociations": [
{ {
"name": "bech32", "name": "bech32",
"description": "Nostr Bech32", "description": "Nostr BECH32",
"ext": [ "ext": [
"npub", "npub",
"nsec", "nsec",
@@ -110,7 +111,8 @@
], ],
"role": "Viewer" "role": "Viewer"
} }
] ],
"createUpdaterArtifacts": true
}, },
"plugins": { "plugins": {
"updater": { "updater": {
@@ -121,7 +123,8 @@
}, },
"endpoints": [ "endpoints": [
"https://lus.reya3772.workers.dev/v1/{{target}}/{{arch}}/{{current_version}}", "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"
] ]
} }
} }