Skip to content

Commit

Permalink
feat: update updater channel
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 13, 2025
1 parent 1b71f2c commit 614c9b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/main/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 614c9b7

Please sign in to comment.