mirror of
https://github.com/lutris/lutris.git
synced 2026-06-22 21:00:01 -04:00
Fix Linux.play() using relative path for the executable
This commit is contained in:
committed by
Mathieu Comandon
parent
df4022b2e8
commit
90c8dbe0bb
@@ -88,7 +88,7 @@ class linux(Runner):
|
||||
launch_info['ld_library_path'] = ld_library_path
|
||||
|
||||
command = []
|
||||
command.append("./%s" % os.path.basename(executable))
|
||||
command.append('"%s"' % self.game_exe)
|
||||
|
||||
args = game_config.get('args', "")
|
||||
for arg in args.split():
|
||||
|
||||
Reference in New Issue
Block a user