Skip to content

Commit

Permalink
chore: update tauri config
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamir committed Jul 19, 2024
1 parent dcf2791 commit f3db010
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"bundle": {
"licenseFile": "../LICENSE",
"homepage": "https://lume.nu",
"longDescription": "nostr client for desktop",
"shortDescription": "nostr client",
"targets": "all",
Expand Down Expand Up @@ -99,7 +100,7 @@
"fileAssociations": [
{
"name": "bech32",
"description": "Nostr Bech32",
"description": "Nostr BECH32",
"ext": [
"npub",
"nsec",
Expand All @@ -110,7 +111,8 @@
],
"role": "Viewer"
}
]
],
"createUpdaterArtifacts": true
},
"plugins": {
"updater": {
Expand All @@ -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"
]
}
}
Expand Down

0 comments on commit f3db010

Please sign in to comment.