From 4e4caf441a9e4972316fc1c47d10ff8997048994 Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Wed, 12 Apr 2023 00:46:21 +0100 Subject: [PATCH] [Installer][Awake]Add missing NLog.config file (#25412) --- installer/PowerToysSetup/generateFileList.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/PowerToysSetup/generateFileList.ps1 b/installer/PowerToysSetup/generateFileList.ps1 index 5925ebedb2..7e0d8548a0 100644 --- a/installer/PowerToysSetup/generateFileList.ps1 +++ b/installer/PowerToysSetup/generateFileList.ps1 @@ -49,7 +49,7 @@ if ($isWinAppSdkProj -eq $True) { $fileExclusionList = @("*Test*", "*.pdb", "*.lastcodeanalysissucceeded", "createdump.exe") + $interopFilesList + $winAppSDKfilesList -$fileInclusionList = @("*.dll", "*.exe", "*.json", "*.msix", "*png", "*gif", "*ico", "*cur", "*svg", "index.html", "reg.js", "monacoSpecialLanguages.js", "resources.pri") +$fileInclusionList = @("*.dll", "*.exe", "*.json", "*.msix", "*png", "*gif", "*ico", "*cur", "*svg", "index.html", "reg.js", "monacoSpecialLanguages.js", "resources.pri", "NLog.config") $dllsToIgnore = @("System.CodeDom.dll", "WindowsBase.dll")