add automatic driver installing

This commit is contained in:
Jakob 2023-08-29 14:37:36 +02:00
parent 8f26383166
commit 15202c9dfd
13 changed files with 331 additions and 16 deletions

View file

@ -12,5 +12,6 @@ namespace EnvyUpdate
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;
public static readonly string useragent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0";
}
}