@@ -14,15 +14,15 @@ class Globals
14
14
{
15
15
//General
16
16
internal static readonly string NewLine = Environment . NewLine ;
17
- internal const string DefaultApplicationId = "com.appvnext.notifier" ;
18
- internal const string DefaultApplicationName = "appvnext-notifier" ;
17
+ internal const string DefaultApplicationId = "com.appvnext.windows- notifier" ;
18
+ internal const string DefaultApplicationName = "appvnext-windows- notifier" ;
19
19
internal const string NotificationKey = "HKEY_CURRENT_USER\\ Software\\ Microsoft\\ Windows\\ CurrentVersion\\ Notifications\\ Settings\\ {0}" ;
20
20
internal const string PushNotificationKey = "HKEY_CURRENT_USER\\ Software\\ Microsoft\\ Windows\\ CurrentVersion\\ PushNotifications" ;
21
21
22
22
//Arguments help text
23
23
internal static readonly string HelpForRegister =
24
24
$ "Argument -r requires 2 values: <appId string> and <appName string>.{ NewLine } " +
25
- $ "Example: -r \" com.brave .windows-notifier\" \" brave -windows-notifier\" { NewLine } ";
25
+ $ "Example: -r \" com.appvnext .windows-notifier\" \" appvnext -windows-notifier\" { NewLine } ";
26
26
27
27
internal static readonly string HelpForTitle =
28
28
$ "Argument -t requires 1 value: <title string>.{ NewLine } " +
@@ -46,15 +46,15 @@ class Globals
46
46
47
47
internal static readonly string HelpForAppId =
48
48
$ "Argument -appID requires 1 value: <appID string>.{ NewLine } " +
49
- $ "Example: -appID \" com.brave .windows-notifier\" { NewLine } ";
49
+ $ "Example: -appID \" com.appvnext .windows-notifier\" { NewLine } ";
50
50
51
51
internal static readonly string HelpForClose =
52
52
$ "Argument -close requires 1 value: <ID string>.{ NewLine } " +
53
53
$ "Example: -close \" 12345\" { NewLine } ";
54
54
55
55
internal static readonly string HelpForNotificationsCheck =
56
56
$ "Argument -n requires 1 value: <appID string>.{ NewLine } " +
57
- $ "Example: -n \" com.brave .windows-notifier\" { NewLine } ";
57
+ $ "Example: -n \" com.appvnext .windows-notifier\" { NewLine } ";
58
58
59
59
internal static readonly string HelpForDuration =
60
60
$ "Argument -d requires 1 value: <short|long>.{ NewLine } " +
@@ -104,7 +104,7 @@ class Globals
104
104
$ "notifier -t \" Notification Title\" -m \" Notification message.\" { NewLine } " +
105
105
$ "notifier help{ NewLine } " +
106
106
$ "notifier ?{ NewLine } " +
107
- $ "notifier register com.brave .windows-notifier brave -windows-notifier{ NewLine } " +
107
+ $ "notifier register com.appvnext .windows-notifier appvnext -windows-notifier{ NewLine } " +
108
108
$ "{ NewLine } ";
109
109
}
110
110
}
0 commit comments