mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
added auto updater
This commit is contained in:
parent
9a38b2114f
commit
62c19dfd40
5 changed files with 735 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue