mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
First pass at the auto updater, inital tests on windows seem good!
This commit is contained in:
parent
d59f940b10
commit
1647717915
4 changed files with 36 additions and 16 deletions
|
@ -33,8 +33,8 @@ namespace Ombi.Updater
|
|||
var start = new ProcessStartInfo
|
||||
{
|
||||
UseShellExecute = false,
|
||||
CreateNoWindow = true,
|
||||
FileName = Path.Combine(options.ApplicationPath,"Ombi.exe")
|
||||
FileName = Path.Combine(options.ApplicationPath,"Ombi.exe"),
|
||||
WorkingDirectory = options.ApplicationPath
|
||||
};
|
||||
using (var proc = new Process { StartInfo = start })
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue