Skip to content

Commit

Permalink
Fixed auto-update code
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Mar 5, 2019
1 parent 684e7c6 commit cb7b733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Deployer.Lumia.Gui/Locator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public Locator()
.MinimumLevel.Verbose()
.CreateLogger();

UpdateChecker.CheckForUpdates(AppProperties.GitHubBaseUrl);

var optionsProvider = new WindowsDeploymentOptionsProvider();

container.Configure(x =>
Expand Down

0 comments on commit cb7b733

Please sign in to comment.