diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-15 13:40:58 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-15 13:40:58 +0200 |
commit | b133fb18701109e62be040beb4d9d42081fdefa4 (patch) | |
tree | 0ee7f3285e5f2560054002713b8d31f8b2cad1c5 /community/godot3/files | |
parent | e552693981b710644b9534e0473a21ffb3167fc3 (diff) | |
download | repository-b133fb18701109e62be040beb4d9d42081fdefa4.tar.gz |
godot3: change all data to make sure godot3 and godot4 are interoperable
Diffstat (limited to 'community/godot3/files')
-rw-r--r-- | community/godot3/files/godot3.desktop (renamed from community/godot3/files/godot.desktop) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/godot3/files/godot.desktop b/community/godot3/files/godot3.desktop index e63874e9..c61fab25 100644 --- a/community/godot3/files/godot.desktop +++ b/community/godot3/files/godot3.desktop @@ -1,7 +1,7 @@ [Desktop Entry] -Name=Godot +Name=Godot3 Comment=Application for making games -Exec=/usr/bin/godot %U +Exec=/usr/bin/godot3 %U Icon=godot Terminal=false Type=Application |