mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
* updating: do not update update_check date when we couldn't do it - improve general settings page "Last Checked" feature
8 lines
219 B
C++
8 lines
219 B
C++
#pragma once
|
|
|
|
#include <common/updating/updating.h>
|
|
|
|
bool start_msi_uninstallation_sequence();
|
|
void github_update_worker();
|
|
std::optional<updating::github_version_info> check_for_updates();
|
|
bool launch_pending_update(); |