diff options
author | George L. Albany <Megacake1234@gmail.com> | 2024-10-26 16:01:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 16:01:04 +0000 |
commit | 2a5eeabf49e349030e2263e406f650eae2694e06 (patch) | |
tree | a361f6913ca50560e6ee93ae61496d0cc6255b8f /platform/linuxbsd | |
parent | 47866b8838289c7dc259a9407108781957fb912a (diff) | |
parent | 78ae5ca374ccff3644b702f36bfa4b932aabfcb7 (diff) | |
download | redot-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.cpp | 2 |
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"; } } } |