mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-31 22:45:32 +00:00
Dev/yuyoyuppe/autoupdate polishing (#11693)
* [Updating] Create a dedicated executable project for updating procedures * [Updating] Use PowerToys.Update for update procedures (#11495) * [Updating] Use PowerToys.Update for update procedures * [Setup] Remove toast notifications and other dependencies from bootstrapper * [Installer] Remove Winstore, redundant strings * [Settings] Remove deprecated 'packaged' setting
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "tray_icon.h"
|
||||
#include "general_settings.h"
|
||||
#include "restart_elevated.h"
|
||||
#include "update_utils.h"
|
||||
#include "UpdateUtils.h"
|
||||
#include "centralized_kb_hook.h"
|
||||
|
||||
#include <common/utils/json.h>
|
||||
@@ -84,7 +84,7 @@ std::optional<std::wstring> dispatch_json_action_to_module(const json::JsonObjec
|
||||
}
|
||||
else if (action == L"check_for_updates")
|
||||
{
|
||||
check_for_updates_settings_callback();
|
||||
CheckForUpdatesCallback();
|
||||
}
|
||||
else if (action == L"request_update_state_date")
|
||||
{
|
||||
|
Reference in New Issue
Block a user