feat: update updater channel
This commit is contained in:
parent
1b71f2cd0f
commit
614c9b70b5
|
|
@ -9,9 +9,7 @@ export const isNightlyBuild = appVersion.includes("nightly")
|
|||
|
||||
export const channel: "development" | "beta" | "alpha" | "stable" | "nightly" = isDev
|
||||
? "development"
|
||||
: isNightlyBuild
|
||||
? "nightly"
|
||||
: "beta"
|
||||
: "stable"
|
||||
|
||||
const { platform } = process
|
||||
export const isMacOS = platform === "darwin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue