mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 01:08:18 +08:00
[Localization] Fix Settings resw path on the build farm (#7383)
* Added loc debugging statements * Added more debug statements * Check path * Fixed input path for Settings resources on pipeline
This commit is contained in:
parent
334e612bce
commit
51d6482ec2
@ -1,5 +1,5 @@
|
||||
# List of resource folders
|
||||
$input_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\en-us\")
|
||||
$input_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\")
|
||||
$output_resource_folder_list = @("src\core\Microsoft.PowerToys.Settings.UI\Strings\")
|
||||
|
||||
# Hash table to get the folder language code from the code used in the file name
|
||||
|
Loading…
Reference in New Issue
Block a user