HockeyApp correct app id

This commit is contained in:
BONNEVILLE Geoffroy
2018-07-24 10:55:31 +02:00
parent 6f53fc79bb
commit 8a0b3a0870

View File

@@ -30,7 +30,11 @@ namespace ModernKeePass
/// </summary>
public App()
{
#if DEBUG
HockeyClient.Current.Configure("2fe83672887b4910b9de93a4398d0f8f");
#else
HockeyClient.Current.Configure("9eb5fbb79b484fbd8daf04635e975c84");
#endif
InitializeComponent();
Suspending += OnSuspending;
Resuming += OnResuming;