added auto updater

This commit is contained in:
pandadev 2024-07-18 15:33:43 +02:00
parent 9a38b2114f
commit 62c19dfd40
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
5 changed files with 735 additions and 2 deletions

View file

@ -34,6 +34,7 @@
"withGlobalTauri": true
},
"bundle": {
"createUpdaterArtifacts": true,
"active": true,
"targets": "all",
"icon": [
@ -44,5 +45,14 @@
"icons/icon.ico"
]
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlCNjc2MUJCOTUzRUY1MzMKUldRejlUNlZ1MkZubTE0UWZzUHVmclZZNUVvNldOMG9aQ3RLWGhiMFYrYlp1a2xiaXpvRy9yZ08K",
"endpoints": [
"https://qopy-updater-server.pandadev.workers.dev/",
"https://qopy.pandadev.net/updater"
]
}
},
"$schema": "../node_modules/@tauri-apps/cli/schema.json"
}