summarylogtreecommitdiffstats
path: root/gamespath.patch
blob: 2f4762e7d7d6282d35a0a510fd7b86b31a162449 (plain)
1
2
3
4
5
6
7
8
9
10
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 {}