Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWP: Keep upstream names for capabilities preset settings to avoid mismatch #49680

Merged
merged 1 commit into from
Jun 17, 2021

Commits on Jun 17, 2021

  1. UWP: Keep upstream names for capabilities preset settings to avoid mi…

    …smatch
    
    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 godotengine#47900.
    
    Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
    Gromph and akien-mga committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c87e49d View commit details
    Browse the repository at this point in the history