fix path to resources.resx file (#10059)

This commit is contained in:
Mykhailo Pylyp
2021-03-05 14:51:44 +02:00
committed by GitHub
parent f09b3e2dae
commit e66db5cc10

View File

@@ -4,9 +4,9 @@
"LanguageSet": "Azure_Languages",
"LocItems": [
{
"SourceFile": "src\\modules\\launcher\\Plugins\\VSCodeWorkspaces\\Properties\\Resources.resx",
"SourceFile": "src\\modules\\launcher\\Plugins\\Community.PowerToys.Run.Plugin.VSCodeWorkspaces\\Properties\\Resources.resx",
"CopyOption": "LangIDOnName",
"OutputPath": "src\\modules\\launcher\\Plugins\\VSCodeWorkspaces\\Properties"
"OutputPath": "src\\modules\\launcher\\Plugins\\Community.PowerToys.Run.Plugin.VSCodeWorkspaces\\Properties"
}
]
}