mirror of
https://github.com/derrod/legendary.git
synced 2025-01-03 04:45:28 +00:00
[core] Use non-POSIX mode for parsing manifest launch arguments
(hopefully) Fixes #128
This commit is contained in:
parent
7ab2c9dcc1
commit
d95fd20e76
|
@ -336,7 +336,7 @@ class LegendaryCore:
|
|||
params.append(game_exe)
|
||||
|
||||
if install.launch_parameters:
|
||||
params.extend(shlex.split(install.launch_parameters))
|
||||
params.extend(shlex.split(install.launch_parameters, posix=False))
|
||||
|
||||
params.extend([
|
||||
'-AUTH_LOGIN=unused',
|
||||
|
|
Loading…
Reference in a new issue