summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-10-26 16:01:04 +0000
committerGitHub <noreply@github.com>2024-10-26 16:01:04 +0000
commit2a5eeabf49e349030e2263e406f650eae2694e06 (patch)
treea361f6913ca50560e6ee93ae61496d0cc6255b8f /platform/linuxbsd
parent47866b8838289c7dc259a9407108781957fb912a (diff)
parent78ae5ca374ccff3644b702f36bfa4b932aabfcb7 (diff)
downloadredot-engine-2a5eeabf49e349030e2263e406f650eae2694e06.tar.gz
Merge pull request #812 from chenasraf/4.3
[4.3] Fix Linux desktop files
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r--platform/linuxbsd/wayland/display_server_wayland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/wayland/display_server_wayland.cpp b/platform/linuxbsd/wayland/display_server_wayland.cpp
index 119b62c24e..8c2ec317ff 100644
--- a/platform/linuxbsd/wayland/display_server_wayland.cpp
+++ b/platform/linuxbsd/wayland/display_server_wayland.cpp
@@ -70,7 +70,7 @@ String DisplayServerWayland::_get_app_id_from_context(Context p_context) {
if (config_name.length() != 0) {
app_id = config_name;
} else {
- app_id = "org.godotengine.Godot";
+ app_id = "org.redotengine.Redot";
}
}
}