mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Add new DLLs to ESRP signing list
Added PowerDisplay.Lib.dll, WmiLight.dll, and WmiLight.Native.dll to ESRPSigning_core.json to ensure these files are included in the code signing process. This enhances security and trust for the newly introduced components.
This commit is contained in:
@@ -206,6 +206,7 @@
|
|||||||
"PowerToys.PowerDisplayModuleInterface.dll",
|
"PowerToys.PowerDisplayModuleInterface.dll",
|
||||||
"WinUI3Apps\\PowerToys.PowerDisplay.dll",
|
"WinUI3Apps\\PowerToys.PowerDisplay.dll",
|
||||||
"WinUI3Apps\\PowerToys.PowerDisplay.exe",
|
"WinUI3Apps\\PowerToys.PowerDisplay.exe",
|
||||||
|
"PowerDisplay.Lib.dll",
|
||||||
|
|
||||||
"WinUI3Apps\\PowerToys.PowerRenameExt.dll",
|
"WinUI3Apps\\PowerToys.PowerRenameExt.dll",
|
||||||
"WinUI3Apps\\PowerToys.PowerRename.exe",
|
"WinUI3Apps\\PowerToys.PowerRename.exe",
|
||||||
@@ -364,7 +365,9 @@
|
|||||||
|
|
||||||
"UnitsNet.dll",
|
"UnitsNet.dll",
|
||||||
"UtfUnknown.dll",
|
"UtfUnknown.dll",
|
||||||
"Wpf.Ui.dll"
|
"Wpf.Ui.dll",
|
||||||
|
"WmiLight.dll",
|
||||||
|
"WmiLight.Native.dll"
|
||||||
],
|
],
|
||||||
"SigningInfo": {
|
"SigningInfo": {
|
||||||
"Operations": [
|
"Operations": [
|
||||||
|
|||||||
Reference in New Issue
Block a user