mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +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();
|
||||
}
|
||||
|
||||
@@ -17,5 +17,5 @@ namespace updating
|
||||
std::optional<VersionHelper> get_installed_powertoys_version();
|
||||
std::future<bool> uninstall_previous_msix_version_async();
|
||||
|
||||
bool is_old_windows_version();
|
||||
bool is_1809_or_older();
|
||||
}
|
||||
Reference in New Issue
Block a user