diff --git a/scenes/shell.gd b/scenes/shell.gd index 0788214..31c6d1e 100644 --- a/scenes/shell.gd +++ b/scenes/shell.gd @@ -48,7 +48,8 @@ func run_async_thread(shell_command): var env = {} env["HOME"] = game.tmp_prefix - env["PATH"] = game.tmp_prefix+":/usr/bin:/bin" + env["PATH"] = game.tmp_prefix+":/usr/bin:/bin:/mingw64/bin/" + var hacky_command = "" for variable in env: