fixed update again.

This commit is contained in:
kay.one
2013-08-15 20:32:23 -07:00
parent 06f5ff7cb8
commit 2f20aeaec5
4 changed files with 13 additions and 9 deletions

View File

@@ -29,13 +29,13 @@ namespace NzbDrone.Update
try
{
Console.WriteLine("Starting NzbDrone Update Client");
IgnoreCertErrorPolicy.Register();
GlobalExceptionHandlers.Register();
new LogglyTarget().Register(LogLevel.Trace);
_container = UpdateContainerBuilder.Build();
_container = UpdateContainerBuilder.Build(new StartupArguments(args));
logger.Info("Updating NzbDrone to version {0}", BuildInfo.Version);
_container.Resolve<UpdateApp>().Start(args);