diff --git a/src/App/Forms/MainWindow.xaml.cs b/src/App/Forms/MainWindow.xaml.cs index 8f755bd2..81540cd3 100644 --- a/src/App/Forms/MainWindow.xaml.cs +++ b/src/App/Forms/MainWindow.xaml.cs @@ -130,7 +130,7 @@ private void OnTitleBarLoaded(object sender, RoutedEventArgs e) { await _appViewModel.InitializeAsync(); -#if DEBUG +#if !DEBUG _appViewModel.CheckUpdateCommand.Execute(default); #endif _appViewModel.CheckBBDownExistCommand.Execute(default); diff --git a/src/App/Package.appxmanifest b/src/App/Package.appxmanifest index 39a3ba8d..d5c12bff 100644 --- a/src/App/Package.appxmanifest +++ b/src/App/Package.appxmanifest @@ -36,12 +36,17 @@ + + + + + - +