Export: Rename 'Windows Universal' to 'UWP'

It's otherwise too easy to be confused between 'Windows Desktop' (Win32)
and 'Windows Universal' (UWP).
This commit is contained in:
Rémi Verschelde
2020-06-19 16:31:28 +02:00
parent 3eab3c10b5
commit 08ef0aab16
2 changed files with 3 additions and 3 deletions

View File

@@ -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");