Files
vega/src-tauri/tauri.conf.json
T
Jure 382a9389ad Release v0.14.2 — Secret Service keychain on Linux (Flatpak-ready, survives reboots)
Linux key storage moves from the kernel keyring (linux-keyutils) to the
system secret service (gnome-keyring/KWallet, via dbus-secret-service). The
kernel keyring does not persist across Flatpak launches or reliably across
reboots; the secret service persists to disk and works in the sandbox via
--talk-name=org.freedesktop.secrets. Verified in the Flatpak build: log in,
full quit, relaunch, still signed in. Linux users re-enter their key once
(entry moves backends). macOS/Windows unchanged.

Also pins the Flathub manifest git-source to the v0.14.2 tag.
2026-07-18 14:43:50 +02:00

40 lines
1016 B
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Vega",
"version": "0.14.2",
"identifier": "com.veganostr.Vega",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "npm run build",
"frontendDist": "../dist"
},
"app": {
"windows": [],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": ["deb", "rpm", "nsis", "msi", "dmg", "app"],
"createUpdaterArtifacts": true,
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
},
"plugins": {
"updater": {
"endpoints": [
"https://github.com/hoornet/vega/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY5RDJDMzkyOTc1OTI2NTIKUldSU0psbVhrc1BTK2NTcE9ybm1VcG1KU2VicmJUMWd4TmVTMzNYL1M3ZnhCQWIvU2R2V2V3Tm0K",
"dialog": false
}
}
}