Get rid of Updater message

This commit is contained in:
Kamil Trzciński 2022-12-14 21:08:47 +01:00
parent 8630eb175e
commit 85a27782e8

View file

@ -54,11 +54,6 @@ namespace Updater
Instance.RunOnce(null, "Global\\SteamDeckToolsAutoUpdater");
Sentry.SentrySdk.CaptureMessage("Updater", scope =>
{
scope.SetExtra("args", Environment.GetCommandLineArgs());
});
var persistence = new RegistryPersistenceProvider(@"Software\SteamDeckTools\AutoUpdater");
if (userCheck || cmdLine)