aboutsummaryrefslogtreecommitdiff
path: root/community/godot3/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-15 13:40:58 +0200
committerCem Keylan <cem@ckyln.com>2023-07-15 13:40:58 +0200
commitb133fb18701109e62be040beb4d9d42081fdefa4 (patch)
tree0ee7f3285e5f2560054002713b8d31f8b2cad1c5 /community/godot3/build
parente552693981b710644b9534e0473a21ffb3167fc3 (diff)
downloadrepository-b133fb18701109e62be040beb4d9d42081fdefa4.tar.gz
godot3: change all data to make sure godot3 and godot4 are interoperable
Diffstat (limited to 'community/godot3/build')
-rwxr-xr-xcommunity/godot3/build5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/godot3/build b/community/godot3/build
index 0acc437c..a5518bdb 100755
--- a/community/godot3/build
+++ b/community/godot3/build
@@ -39,6 +39,7 @@ scons \
builtin_opus=false \
builtin_libtheora=false
-clinst -Dm755 bin/godot.x11.opt.tools.x64 "$1/usr/bin/godot"
+clinst -Dm755 bin/godot.x11.opt.tools.x64 "$1/usr/bin/godot3"
clinst -Dm644 icon.png "$1/usr/share/pixmaps/godot.png"
-clinst -Dm644 godot.desktop "$1/usr/share/applications/godot.desktop"
+clinst -Dm644 godot3.desktop "$1/usr/share/applications/godot3.desktop"
+ln -s godot3 "$1/usr/bin/godot"