Skip to content

Commit

Permalink
Rebrand the eidtor icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
trashguy committed Nov 13, 2024
1 parent b230558 commit fee5442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/android/java/editor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {
namespace = "org.redotengine.editor"

defaultConfig {
// The 'applicationId' suffix allows to install Godot 3.x(v3) and 4.x(v4) on the same device
// The 'applicationId' suffix allows to install Redot 3.x(v3) and 4.x(v4) on the same device
applicationId "org.redotengine.editor.v4"
versionCode generateVersionCode()
versionName generateVersionName()
Expand All @@ -95,7 +95,7 @@ android {

missingDimensionStrategy 'products', 'editor'
manifestPlaceholders += [
editorAppName: "Godot Editor 4",
editorAppName: "Redot Editor 4",
editorBuildSuffix: ""
]
}
Expand Down

0 comments on commit fee5442

Please sign in to comment.