From 56ca14a87ec1085812022dd64888a9bd1bc1653a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 27 Sep 2023 16:09:27 +0200 Subject: godot: move to community --- testing/godot/files/godot4.desktop | 9 --------- testing/godot/files/pythonpath | 6 ------ 2 files changed, 15 deletions(-) delete mode 100644 testing/godot/files/godot4.desktop delete mode 100755 testing/godot/files/pythonpath (limited to 'testing/godot/files') diff --git a/testing/godot/files/godot4.desktop b/testing/godot/files/godot4.desktop deleted file mode 100644 index 7bb357e8..00000000 --- a/testing/godot/files/godot4.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Godot4 -Comment=Application for making games -Exec=/usr/bin/godot4 %U -Icon=godot -Terminal=false -Type=Application -Categories=Utility;Game; - diff --git a/testing/godot/files/pythonpath b/testing/godot/files/pythonpath deleted file mode 100755 index f3718ca7..00000000 --- a/testing/godot/files/pythonpath +++ /dev/null @@ -1,6 +0,0 @@ -#!/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