diff options
author | Chen Asraf <casraf@pm.me> | 2024-10-26 18:18:21 +0300 |
---|---|---|
committer | Chen Asraf <casraf@pm.me> | 2024-10-26 18:25:42 +0300 |
commit | 78ae5ca374ccff3644b702f36bfa4b932aabfcb7 (patch) | |
tree | a361f6913ca50560e6ee93ae61496d0cc6255b8f /platform | |
parent | 47866b8838289c7dc259a9407108781957fb912a (diff) | |
download | redot-engine-78ae5ca374ccff3644b702f36bfa4b932aabfcb7.tar.gz |
Fix Linux desktop files
Diffstat (limited to 'platform')
-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"; } } } |