mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
updating: add support for prereleases (#8296)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <common/updating/updating.h>
|
||||
|
||||
bool start_msi_uninstallation_sequence();
|
||||
void github_update_worker();
|
||||
std::wstring check_for_updates();
|
||||
std::optional<updating::new_version_download_info> check_for_updates();
|
||||
bool launch_pending_update();
|
||||
Reference in New Issue
Block a user