microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 517 forks source link

Wrong output name for the message catalog #122

Open nbuwe opened 1 year ago

nbuwe commented 1 year ago

https://github.com/microsoft/WSL-DistroLauncher/blob/e24f929e127a68c19b7431be2b4e4e7e848ee832/DistroLauncher/DistroLauncher.vcxproj#L169

The project has the output file name as MSG0409 with one leading zero.

The messages file has LanguageNames = (English=0x409:MSG00409) with two leading zeroes.

The build complains that mc completed successfully, but hasn't produced the expected output file.