You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Make platform feature tag names lowercase
Feature tag names are still case-sensitive, but this makes built-in feature tags more consistent. - `Windows` -> `windows` - `OSX` -> `osx` - `LinuxBSD` -> `linuxbsd` - `Android` -> `android` - `iOS` -> `ios` - `HTML5` -> `html5` - `JavaScript` -> `javascript` - `UWP` -> `uwp`
This commit is contained in:
@@ -222,7 +222,6 @@ void ProjectSettingsEditor::_add_feature_overrides() {
|
||||
presets.insert("standalone");
|
||||
presets.insert("32");
|
||||
presets.insert("64");
|
||||
presets.insert("Server"); // Not available as an export platform yet, so it needs to be added manually
|
||||
|
||||
EditorExport *ee = EditorExport::get_singleton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user