summarylogtreecommitdiffstats
path: root/gamespath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gamespath.patch')
-rw-r--r--gamespath.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gamespath.patch b/gamespath.patch
new file mode 100644
index 000000000000..2f4762e7d7d6
--- /dev/null
+++ b/gamespath.patch
@@ -0,0 +1,11 @@
+--- 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 {}