Merge pull request #39678 from akien-mga/universae-fenestras
Export: Rename 'Windows Universal' to 'UWP'
This commit is contained in:
commit
a8d302bd4f
2 changed files with 3 additions and 3 deletions
|
|
@ -283,7 +283,7 @@ GDNativeLibraryEditor::GDNativeLibraryEditor() {
|
|||
platforms["Haiku"] = platform_haiku;
|
||||
|
||||
NativePlatformConfig platform_uwp;
|
||||
platform_uwp.name = "Windows Universal";
|
||||
platform_uwp.name = "UWP";
|
||||
platform_uwp.entries.push_back("arm");
|
||||
platform_uwp.entries.push_back("32");
|
||||
platform_uwp.entries.push_back("64");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue