Package update and release.

This commit is contained in:
Patrick Fic
2021-03-18 09:12:29 -07:00
parent 1ea7a15107
commit 1f6d0abe21
3 changed files with 7 additions and 3 deletions

View File

@@ -68,9 +68,11 @@ namespace BodyshopPartner.Utils
},
onAppUpdate: v => {
mgr.CreateShortcutForThisExe();
Utils.UpdateHandler.RestoreSettings();
Utils.UpdateHandler.ToggleStartWithWindows(Properties.Settings.Default.StartWithWindows);
},
onAppUninstall: v => mgr.RemoveShortcutForThisExe(),
onFirstRun: () =>
{
logger.Info("We've run for the first time.");