From 2f4f079d978cde9f666ddbf3732dc4fd22a029b4 Mon Sep 17 00:00:00 2001 From: Yu Leng Date: Fri, 12 Dec 2025 15:12:03 +0800 Subject: [PATCH] Add PowerDisplay binaries to ESRP signing list Included PowerToys.PowerDisplayModuleInterface.dll, WinUI3Apps\PowerToys.PowerDisplay.dll, and WinUI3Apps\PowerDisplay.exe in ESRPSigning_core.json for code signing. This supports integration of the new PowerDisplay module. --- .pipelines/ESRPSigning_core.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pipelines/ESRPSigning_core.json b/.pipelines/ESRPSigning_core.json index e3ebffc20c..85e6cd05d0 100644 --- a/.pipelines/ESRPSigning_core.json +++ b/.pipelines/ESRPSigning_core.json @@ -203,6 +203,10 @@ "PowerToys.PowerAccentModuleInterface.dll", "PowerToys.PowerAccentKeyboardService.dll", + "PowerToys.PowerDisplayModuleInterface.dll", + "WinUI3Apps\\PowerToys.PowerDisplay.dll", + "WinUI3Apps\\PowerToys.PowerDisplay.exe", + "WinUI3Apps\\PowerToys.PowerRenameExt.dll", "WinUI3Apps\\PowerToys.PowerRename.exe", "WinUI3Apps\\PowerToys.PowerRenameContextMenu.dll",