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:
@@ -75,6 +75,10 @@ export interface IConfigOptions {
|
||||
available: boolean;
|
||||
logo: string; // url
|
||||
url: string; // download url
|
||||
url_macos?: string;
|
||||
url_win64?: string;
|
||||
url_win32?: string;
|
||||
url_linux?: string;
|
||||
};
|
||||
mobile_builds: {
|
||||
ios: string | null; // download url
|
||||
|
||||
Reference in New Issue
Block a user