Skip to content

Commit

Permalink
set channel to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed Oct 20, 2023
1 parent c0c6ec3 commit e2d3588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/electron-builder-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function getAppId(): string {
function getChannelName(): string {
switch (STAGE) {
case 'alpha':
return 'alpha'
return 'latest'
case 'beta':
return 'beta'
default:
Expand Down

0 comments on commit e2d3588

Please sign in to comment.