diff --git a/run_dosbox.ps1 b/run_dosbox.ps1 index 08e9d38..df0291f 100644 --- a/run_dosbox.ps1 +++ b/run_dosbox.ps1 @@ -10,4 +10,5 @@ RunProgram -program $dosbox_x -arguments "-nopromptfolder", "-set", "`"cputype=$cpu`"", "-c", "`"MOUNT C $(Resolve-Path "./lovedos/") `"", "-c", "`"MOUNT D $pwd `"", - "-c", "`"c:\love.exe d:\game `"" \ No newline at end of file + "-c", "`"c:\love.exe d:\game `"", + "-c", "exit" \ No newline at end of file