Update tests for new unsupported browser view (#12836)
* Update tests for new unsupported browser view Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Add new desktop_builds config options Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
b0392b8fc3
commit
66a89d8a84
4 changed files with 9 additions and 1 deletions
|
@ -67,6 +67,10 @@ export const DEFAULTS: DeepReadonly<IConfigOptions> = {
|
|||
available: true,
|
||||
logo: "vector-icons/1024.png",
|
||||
url: "https://element.io/download",
|
||||
url_macos: "https://packages.element.io/desktop/install/macos/Element.dmg",
|
||||
url_win64: "https://packages.element.io/desktop/install/win32/x64/Element%20Setup.exe",
|
||||
url_win32: "https://packages.element.io/desktop/install/win32/ia32/Element%20Setup.exe",
|
||||
url_linux: "https://element.io/download#linux",
|
||||
},
|
||||
mobile_builds: {
|
||||
ios: "https://apps.apple.com/app/vector/id1083446067",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue