[Updating] Fix localization path

This commit is contained in:
yuyoyuppe 2021-05-24 19:35:08 +03:00 committed by Andrey Nekrasov
parent 516c96a8b7
commit b79ab9cd5d

View File

@ -4,9 +4,9 @@
"LanguageSet": "Azure_Languages",
"LocItems": [
{
"SourceFile": "src\\action_runner\\Resources.resx",
"SourceFile": "src\\ActionRunner\\Resources.resx",
"CopyOption": "LangIDOnName",
"OutputPath": "src\\action_runner"
"OutputPath": "src\\ActionRunner"
}
]
}