mirror of
https://github.com/readest/readest.git
synced 2026-04-30 12:31:02 +00:00
Add deeplink to parse oauth callback url in tauri apps (#92)
This commit is contained in:
parent
3ad26d9d8f
commit
e885d22631
8 changed files with 184 additions and 28 deletions
|
|
@ -130,6 +130,12 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"deep-link": {
|
||||
"mobile": [{ "host": "web.readest.com" }],
|
||||
"desktop": {
|
||||
"schemes": ["readest"]
|
||||
}
|
||||
},
|
||||
"updater": {
|
||||
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU0OTAxMURGQkUzQjFENTQKUldSVUhUdSszeEdRNUExdmFkWnlvYWNYNG5wamkxMmUxRk5SejlMOTJVd28yNXlVTDh6Wld4OC8K",
|
||||
"endpoints": ["https://github.com/readest/readest/releases/latest/download/latest.json"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue