Compare commits

...

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
bb548d9548 Add DSC-related words to spell-check expect list
Co-authored-by: vanzue <69313318+vanzue@users.noreply.github.com>
2026-01-29 14:18:41 +00:00
copilot-swe-agent[bot]
ec4f2f02e5 Initial plan 2026-01-29 14:14:49 +00:00
vanzue
197c0e40a6 Bundle localization files into 2026-01-29 21:04:24 +08:00
2 changed files with 9 additions and 0 deletions

View File

@@ -446,6 +446,9 @@ DROPFILES
DSTINVERT
DString
DSVG
DscJsonFiles
DscJsonFilesPath
DscResourcesComponentGroup
dto
DUMMYUNIONNAME
dutil

View File

@@ -367,6 +367,12 @@
</RegistryKey>
<File Id="BgcodePreviewHandler_$(var.IdSafeLanguage)_File" Source="$(var.BinDir)\$(var.Language)\PowerToys.BgcodePreviewHandler.resources.dll" />
</Component>
<Component Id="CmdPalExtPowerToys_$(var.IdSafeLanguage)_Component" Directory="Resource$(var.IdSafeLanguage)INSTALLFOLDER" Guid="$(var.CompGUIDPrefix)23">
<RegistryKey Root="$(var.RegistryScope)" Key="Software\Classes\powertoys\components">
<RegistryValue Type="string" Name="CmdPalExtPowerToys_$(var.IdSafeLanguage)_Component" Value="" KeyPath="yes" />
</RegistryKey>
<File Id="CmdPalExtPowerToys_$(var.IdSafeLanguage)_File" Source="$(var.BinDir)\$(var.Language)\Microsoft.CmdPal.Ext.PowerToys.resources.dll" />
</Component>
<?undef IdSafeLanguage?>
<?undef CompGUIDPrefix?>
<?endforeach?>