fix dos
authorNiki Roo <niki@nikiroo.be>
Sat, 27 Sep 2025 10:47:15 +0000 (12:47 +0200)
committerNiki Roo <niki@nikiroo.be>
Sat, 27 Sep 2025 10:47:15 +0000 (12:47 +0200)
gamiki/support/commands.py

index 262e6b7f8c24b87d10db22b93381278fa9adaec3..ff15e2404b99e8b471f3286d90434b59fe54f09d 100644 (file)
@@ -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):