From ceafbe8bff4e8968502bb7778992b19141d7005f Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Tue, 19 Nov 2024 14:01:55 +0000 Subject: [PATCH] Fix installer build --- installer/PowerToysSetupCustomActions/CustomAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/PowerToysSetupCustomActions/CustomAction.cpp b/installer/PowerToysSetupCustomActions/CustomAction.cpp index 1275588967..de00962695 100644 --- a/installer/PowerToysSetupCustomActions/CustomAction.cpp +++ b/installer/PowerToysSetupCustomActions/CustomAction.cpp @@ -1272,7 +1272,7 @@ UINT __stdcall TerminateProcessesCA(MSIHANDLE hInstall) } processes.resize(bytes / sizeof(processes[0])); - std::array processesToTerminate = { + std::array processesToTerminate = { L"PowerToys.PowerLauncher.exe", L"PowerToys.Settings.exe", L"PowerToys.AdvancedPaste.exe",