From: Niki Roo Date: Sat, 27 Sep 2025 10:47:15 +0000 (+0200) Subject: fix dos X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=66a1a9ff1cb1d52902d8d9bfe9ac87ee54790f66;p=gamiki.git fix dos --- diff --git a/gamiki/support/commands.py b/gamiki/support/commands.py index 262e6b7..ff15e24 100644 --- a/gamiki/support/commands.py +++ b/gamiki/support/commands.py @@ -47,7 +47,7 @@ def dosbox(dir: PurePath, link: PurePath, opt: str = None) -> int: cmd.append(start.as_posix()) - return run(cmd, cwd=dir, env=env).returncode + return run(cmd, cwd=dir).returncode def wine(dir: PurePath, link: PurePath, opt: str = None) -> int: if (opt):