diff --git a/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs b/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs index 38b04cf..fc1304f 100644 --- a/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs +++ b/BuildsAppReborn.Access.UI/Notifications/Windows10NotificationProvider.cs @@ -85,6 +85,6 @@ public Boolean IsSupported // Code partially from: https://www.whitebyte.info/programming/c/how-to-make-a-notification-from-a-c-desktop-application-in-windows-10 - private const String AppId = "BuildsAppReborn"; + private const String AppId = "com.squirrel.BuildsAppReborn.BuildsAppReborn.Client"; } } \ No newline at end of file