Updater will stop process by ID on mono

This commit is contained in:
Mark McDowall
2014-05-24 12:06:32 -07:00
parent 198e7cc2f7
commit fe8555d3ea
6 changed files with 72 additions and 20 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ namespace NzbDrone.Update
}
logger.Info("Starting update process. Target Path:{0}", targetFolder);
_installUpdateService.Start(targetFolder);
_installUpdateService.Start(targetFolder, startupContext.ProcessId);
}
private UpdateStartupContext ParseArgs(string[] args)