From 4fa595b62719f477d7d5211d43f4141f004b0d7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Jul 2023 13:12:00 +0200 Subject: godot: rename to godot3 --- community/godot3/files/godot.desktop | 9 +++++++++ community/godot3/files/pythonpath | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 community/godot3/files/godot.desktop create mode 100755 community/godot3/files/pythonpath (limited to 'community/godot3/files') diff --git a/community/godot3/files/godot.desktop b/community/godot3/files/godot.desktop new file mode 100644 index 00000000..e63874e9 --- /dev/null +++ b/community/godot3/files/godot.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Godot +Comment=Application for making games +Exec=/usr/bin/godot %U +Icon=godot +Terminal=false +Type=Application +Categories=Utility;Game; + diff --git a/community/godot3/files/pythonpath b/community/godot3/files/pythonpath new file mode 100755 index 00000000..f3718ca7 --- /dev/null +++ b/community/godot3/files/pythonpath @@ -0,0 +1,6 @@ +#!/usr/bin/python3 +import os +import sys + +print("%s/scons/dist/usr/lib/python%d.%d/site-packages:%s" + % (os.getcwd(), sys.version_info.major, sys.version_info.minor, ':'.join(sys.path))) -- cgit v1.2.3