mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
better process.start for mono
This commit is contained in:
parent
aee7019ed2
commit
435904bc0a
12 changed files with 34 additions and 45 deletions
|
@ -72,7 +72,7 @@ namespace NzbDrone.Core.Update
|
|||
|
||||
_logger.Info("Starting update client {0}", _appFolderInfo.GetUpdateClientExePath());
|
||||
|
||||
var process = _processProvider.ShellExecute(_appFolderInfo.GetUpdateClientExePath(), _processProvider.GetCurrentProcess().Id.ToString());
|
||||
var process = _processProvider.Start(_appFolderInfo.GetUpdateClientExePath(), _processProvider.GetCurrentProcess().Id.ToString());
|
||||
|
||||
_processProvider.WaitForExit(process);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue