I am using fody costura to combine all my files into a single executable. in my project I am using cefsharp and it is looking for locales folder with en-US.pak file.
I am getting the following error:
[0114/060326.954:WARNING:resource_bundle.cc(358)] locale_file_path.empty() for locale
[0114/060326.955:ERROR:main_delegate.cc(714)] Could not load locale pak for en-US
fody is looking for the file in the following folder
C:\Users\me\AppData\Local\Temp\Costura\60B52F2D9303A2A6B945E41F3A43E7AC\32\locales\en-US.pak
Should I just create locales folder and copy en-US.pak there from embedded resource?
what is the correct way to add locales\en-US.pak file?