Tauri Updater attempt hopefully works first try

This commit is contained in:
2026-03-18 02:20:54 +08:00
parent aa2ccf6c3f
commit f8e88dfba6
10 changed files with 329 additions and 1 deletions

View File

@@ -25,6 +25,15 @@
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
],
"createUpdaterArtifacts": true
},
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyMEVBOEQxQUIzQzA4RkEKUldUNkNEeXIwYWdPSXBQbGs5bmhTalZjelF1bThDUWVhcDBIWFg3U1Jxb1E1WS9DcVVMVmR5VC8K",
"endpoints": [
"https://github.com/wind-explorer/friendolls-desktop/releases/latest/download/latest.json"
]
}
}
}