update infowindow, bump license year
This commit is contained in:
parent
ebcb8c0a75
commit
1b8e59cf14
7 changed files with 70 additions and 22 deletions
|
@ -11,5 +11,6 @@ namespace EnvyUpdate
|
|||
public static readonly string startmenu = Environment.GetFolderPath(Environment.SpecialFolder.StartMenu);
|
||||
public static readonly string appdata = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\envyupdate\\";
|
||||
public static readonly string startup = Environment.GetFolderPath(Environment.SpecialFolder.Startup);
|
||||
public static bool monitoringInstall = false;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue