PowerToys/src/runner/update_utils.h
2020-12-10 19:05:43 +03:00

8 lines
225 B
C++

#pragma once
#include <common/updating/updating.h>
bool start_msi_uninstallation_sequence();
void github_update_worker();
std::optional<updating::new_version_download_info> check_for_updates();
bool launch_pending_update();