Skip to content

Commit

Permalink
Allowing updater to hit prereleases.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Oct 24, 2018
1 parent 33b741c commit 9765f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/main/src/appUpdater.ts
Expand Up @@ -84,6 +84,7 @@ export const AppUpdater = new class extends EventEmitter {
}

electronUpdater.logger = null;
this._allowPrerelease = true;

electronUpdater.setFeedURL({
repo: 'BotFramework-Emulator',
Expand Down

0 comments on commit 9765f32

Please sign in to comment.