Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
Shortcur fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j2ghz committed Jun 10, 2018
1 parent 08ab57e commit 9795535
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ModSink.WPF/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ private void CheckUpdates()
await UpdateManager.GitHubUpdateManager("https://github.com/j2ghz/ModSink", prerelease: true))
{
var latest = await mgr.UpdateApp(i => updateLog.Debug("Updating: {0:P0}", i));
mgr.RemoveShortcutForThisExe();
mgr.CreateShortcutForThisExe();
updateLog.Information("Latest version: {version}", latest.Version);
}
}
Expand Down

0 comments on commit 9795535

Please sign in to comment.