You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Export: Rename 'Windows Universal' to 'UWP'
It's otherwise too easy to be confused between 'Windows Desktop' (Win32)
and 'Windows Universal' (UWP).
(cherry picked from commit 08ef0aab16)
This commit is contained in:
@@ -306,7 +306,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");
|
||||
|
||||
Reference in New Issue
Block a user