update updater update url
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user