mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
The previous code used `camelcase_to_underscore` to prettify the names for display in the export preset, but it leads to inconsistencies if we don't make sure to do the reverse operation when writing to the `AppxManifest.xml`. It's simpler to keep the same names as in the manifest, which is also what users will see referenced in MS documentation. Fixes #47900. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> (cherry picked from commit c87e49d7bc876dd0dd6e5a619d9483ed20e4ffbe)