summarylogtreecommitdiffstats
path: root/gamespath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gamespath.patch')
-rw-r--r--gamespath.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/gamespath.patch b/gamespath.patch
deleted file mode 100644
index 2f4762e7d7d6..000000000000
--- a/gamespath.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/bin/ialauncher
-+++ b/bin/ialauncher
-@@ -4,7 +4,7 @@
- from ialauncher.backend import Backend
- from ialauncher.frontend import Frontend
-
--games_dir= os.path.join(os.path.expanduser("~"), 'games')
-+games_dir= '/opt/ialauncher/games'
- if not os.path.isdir(games_dir):
- print('''
- Error: the games directory could not be found at {}