mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
[bootstrapper] Allow msi extraction on 1809 and older (#11117)
This commit is contained in:
@@ -193,7 +193,7 @@ namespace updating
|
||||
co_return false;
|
||||
}
|
||||
|
||||
bool is_old_windows_version()
|
||||
bool is_1809_or_older()
|
||||
{
|
||||
return !Is19H1OrHigher();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user