[ci]Fix duplicate resource and unsigned dll (#22450)

* [ci][Settings]Fix blue duplicate resource entry

* [ci]also fix unsigned file
This commit is contained in:
Jaime Bernardo
2022-12-05 09:08:23 +00:00
committed by GitHub
parent 3afa124bea
commit df0a14403c
2 changed files with 1 additions and 6 deletions

View File

@@ -213,6 +213,7 @@
"vcruntime140_1_app.dll", "vcruntime140_1_app.dll",
"vcruntime140_app.dll", "vcruntime140_app.dll",
"modules\\FileLocksmith\\CommunityToolkit.Labs.WinUI.SettingsControls.dll", "modules\\FileLocksmith\\CommunityToolkit.Labs.WinUI.SettingsControls.dll",
"modules\\PowerAccent\\UnicodeInformation.dll",
"modules\\PowerAccent\\Vanara.Core.dll", "modules\\PowerAccent\\Vanara.Core.dll",
"modules\\PowerAccent\\Vanara.PInvoke.ComCtl32.dll", "modules\\PowerAccent\\Vanara.PInvoke.ComCtl32.dll",
"modules\\PowerAccent\\Vanara.PInvoke.Cryptography.dll", "modules\\PowerAccent\\Vanara.PInvoke.Cryptography.dll",

View File

@@ -1407,12 +1407,6 @@ Made with 💗 by Microsoft and the PowerToys community.</value>
<data name="HelpLine3.Text" xml:space="preserve"> <data name="HelpLine3.Text" xml:space="preserve">
<value>Example: %ReX means red value in hex uppercase two digits format.</value> <value>Example: %ReX means red value in hex uppercase two digits format.</value>
</data> </data>
<data name="Help_blue.Text" xml:space="preserve">
<value>blue</value>
</data>
<data name="Help_blue.Text" xml:space="preserve">
<value>blue</value>
</data>
<data name="ColorPicker_ShowColorName.Header" xml:space="preserve"> <data name="ColorPicker_ShowColorName.Header" xml:space="preserve">
<value>Show color name</value> <value>Show color name</value>
</data> </data>