diff --git a/src/PackageManager.UI/App.xaml.cs b/src/PackageManager.UI/App.xaml.cs index c368d95..fda0af2 100644 --- a/src/PackageManager.UI/App.xaml.cs +++ b/src/PackageManager.UI/App.xaml.cs @@ -100,8 +100,10 @@ protected override void OnStartup(StartupEventArgs e) wnd.Show(); + /* if (Args.IsSelfUpdate) RunSelfUpdate(wnd); + */ } private void BuildExceptionHandler()