Support for alpha build channel
This commit is contained in:
parent
c0ab1dff11
commit
7ce89414bf
15 changed files with 337 additions and 27 deletions
|
@ -13,7 +13,7 @@ type OptionsType = {
|
|||
development: boolean;
|
||||
devTools: boolean;
|
||||
includeSetup: boolean;
|
||||
isBeta: (version: string) => boolean;
|
||||
isProduction: boolean;
|
||||
platform: string;
|
||||
|
||||
// actions
|
||||
|
@ -42,7 +42,7 @@ export const createTemplate = (
|
|||
}
|
||||
|
||||
const {
|
||||
isBeta,
|
||||
isProduction,
|
||||
devTools,
|
||||
includeSetup,
|
||||
openContactUs,
|
||||
|
@ -212,7 +212,7 @@ export const createTemplate = (
|
|||
label: messages.goToSupportPage.message,
|
||||
click: openSupportPage,
|
||||
},
|
||||
...(!isBeta
|
||||
...(isProduction
|
||||
? [
|
||||
{
|
||||
label: messages.joinTheBeta.message,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue