update infowindow, bump license year

This commit is contained in:
Jakob 2023-01-11 20:05:58 +01:00
parent ebcb8c0a75
commit 1b8e59cf14
7 changed files with 70 additions and 22 deletions

View file

@ -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;
}
}