Changed publisher, should be me for the open source version.

IPC
Sean McArdle 2016-05-09 18:38:44 -07:00
parent 2da779e2be
commit cfa1eaa905
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ USAGE
key.SetValue("DisplayName", DisplayName);
key.SetValue("ApplicationVersion", v.ToString());
key.SetValue("Publisher", "CSS Infrastructure Operations");
key.SetValue("Publisher", "Sean McArdle");
key.SetValue("DisplayIcon", exe);
key.SetValue("DisplayVersion", v.ToString(2));
key.SetValue("URLInfoAbout", "https://github.com/sean-m/wifi-sitter");