Skip to content

Commit

Permalink
Fix Linux desktop files
Browse files Browse the repository at this point in the history
  • Loading branch information
chenasraf committed Oct 26, 2024
1 parent 47866b8 commit 78ae5ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<project_license>MIT</project_license>
<name>Redot Engine</name>
<summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary>
<launchable type="desktop-id">org.redotengine.Redot.desktop</launchable>
<launchable type="desktop-id">org.redotengine.Redot.desktop</launchable>
<description>
<p>
Redot is forked from Godot which is an advanced, feature-packed, multi-platform 2D and 3D game
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion platform/linuxbsd/wayland/display_server_wayland.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
}
Expand Down

0 comments on commit 78ae5ca

Please sign in to comment.