Skip to content

Commit

Permalink
feat: Enable in-app updates for Windows (#7958)
Browse files Browse the repository at this point in the history
Co-authored-by: Begoña Álvarez de la Cruz <[email protected]>
  • Loading branch information
marc2332 and begonaalvarezd authored Feb 1, 2024
1 parent d901070 commit 2029acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/features/electron.features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const electronFeatures: IElectronFeatures = {
autoUpdate: {
enabled: true,
win32: {
enabled: false,
enabled: true,
},
linux: {
enabled: true,
Expand Down

0 comments on commit 2029acf

Please sign in to comment.