permafrost06 / DiagMan

Patient/disease case management software
2 stars 1 forks source link

Added tauri auto updater #75

Closed protibimbok closed 11 months ago

protibimbok commented 11 months ago

Create these variables from repository settings:

image

And then add these secrets:

image

To generate keys:

cargo tauri signer generate

Then add update the pubkey in src-tauri/tauri.conf.json

{
  "tauri": {
    "updater": {
      "pubkey": "YOUR PUBLIC KEY HERE"
    }
  }
}