update updater update url

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-08-13 04:40:50 +02:00
parent fe0daaa308
commit a39e600dcf
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -92,7 +92,9 @@
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIyNDFENEZGNjFDNTBGOEYKUldTUEQ4VmgvOVJCSWhVZmw0enhmcW1kWFk3TS9mMzBDRjVEZWdxKzQ5ZmRhTlYvT2gvdFNMbE8K",
"endpoints": ["https://github.com/FTCHD/rclone-ui/releases/latest/download/latest.json"]
"endpoints": [
"https://github.com/rclone-ui/rclone-ui/releases/latest/download/latest.json"
]
},
"fs": {
"requireLiteralLeadingDot": false
+4 -1
View File
@@ -253,7 +253,10 @@ function GeneralSection() {
setUpdateButtonText('Checking...')
let receivedUpdate: Update | null = null
try {
receivedUpdate = await check()
receivedUpdate = await check({
allowDowngrades: true,
timeout: 30000,
})
} catch (e) {
console.error(e)
setUpdateButtonText('Failed to check')