mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Runner: autoupdate should prefer .exe installer instead of .msi (#4216)
This commit is contained in:
@@ -9,6 +9,7 @@ struct UpdateState
|
||||
{
|
||||
std::optional<std::time_t> github_update_last_checked_date;
|
||||
bool pending_update = false;
|
||||
std::wstring pending_installer_filename;
|
||||
|
||||
// To prevent concurrent modification of the file, we enforce this interface, which locks the file while
|
||||
// the state_modifier is active.
|
||||
|
||||
Reference in New Issue
Block a user