don't accumulate installer (#27908)

This commit is contained in:
Davide Giacometti
2023-08-14 10:55:12 +02:00
committed by GitHub
parent 00dc4981d1
commit bcb0942b73
5 changed files with 58 additions and 52 deletions

View File

@@ -28,6 +28,7 @@ namespace updating
std::future<std::optional<std::filesystem::path>> download_new_version(const new_version_download_info& new_version);
std::filesystem::path get_pending_updates_path();
std::future<nonstd::expected<github_version_info, std::wstring>> get_github_version_info_async(const bool prerelease = false);
void cleanup_updates();
// non-localized
constexpr inline std::wstring_view INSTALLER_FILENAME_PATTERN = L"powertoyssetup";