mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
Fixed #1631 and improved translation support
Included startup args for the auto updater #1460 Mark TV requests as available #1632
This commit is contained in:
parent
2d77be0478
commit
37617eb04d
40 changed files with 177 additions and 95 deletions
|
@ -56,7 +56,8 @@ namespace Ombi.Updater
|
|||
{
|
||||
UseShellExecute = false,
|
||||
FileName = Path.Combine(options.ApplicationPath,fileName),
|
||||
WorkingDirectory = options.ApplicationPath
|
||||
WorkingDirectory = options.ApplicationPath,
|
||||
Arguments = options.StartupArgs
|
||||
};
|
||||
using (var proc = new Process { StartInfo = start })
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue