Skip to content

Commit

Permalink
fix(baklava): allow downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
amitojsingh366 committed May 11, 2021
1 parent 9bbb8f0 commit 63f3922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baklava/src/electron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ i18n.use(Backend);
electronLogger.transports.file.level = "debug";
autoUpdater.logger = electronLogger;
// just in case we have to revert to a build
autoUpdater.allowDowngrade = false;
autoUpdater.allowDowngrade = true;

if (isWin) app.setAppUserModelId("DogeHouse");

Expand Down

1 comment on commit 63f3922

@vercel
Copy link

@vercel vercel bot commented on 63f3922 May 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.