add os check and detect win11

This commit is contained in:
Jakob 2023-08-29 09:14:50 +02:00
parent d7e2b8a294
commit d408b51b0e
5 changed files with 36 additions and 23 deletions

View file

@ -384,6 +384,15 @@ namespace EnvyUpdate.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Your operating system is not supported by EnvyUpdate. Windows 10 or later is required..
/// </summary>
public static string unsupported_os {
get {
return ResourceManager.GetString("unsupported_os", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to A new driver update is available for your graphics card..
/// </summary>