Get the update base URL right

and update the text in the README.
pull/2747/head
David Baker 2016-12-12 17:24:22 +00:00
parent c6dbeee245
commit 119e03b64f
2 changed files with 3 additions and 3 deletions

View File

@ -108,8 +108,8 @@ You can configure the app by copying `config.sample.json` to
when a valid location has been entered so it's not necessary for this to be
exactly correct. Optional.
1. `update_base_url` (electron app only): HTTPS URL to a web server to download
updates from. This should be the path to the directory containing `install`
and `update`.
updates from. This should be the path to the directory containing `macos`
and `win32` (for update packages, not installer packages).
1. `cross_origin_renderer_url`: URL to a static HTML page hosting code to help display
encrypted file attachments. This MUST be hosted on a completely separate domain to
anything else since it is used to isolate the privileges of file attachments to this

View File

@ -1,5 +1,5 @@
{
"update_base_url": "https://riot.im/download/desktop/",
"update_base_url": "https://riot.im/download/desktop/update/",
"default_hs_url": "https://matrix.org",
"default_is_url": "https://vector.im",
"brand": "Riot",