1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Update Android editor name and add missing icons

This commit is contained in:
Anish Mishra
2025-01-14 13:46:45 +05:30
parent b3a44e8d51
commit 867ae4d85a
7 changed files with 1 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ android {
missingDimensionStrategy 'products', 'editor'
manifestPlaceholders += [
editorAppName: "Godot Editor 4",
editorAppName: "Godot Engine 4",
editorBuildSuffix: ""
]
}