fixed env and cwd for windows

This commit is contained in:
Alexander Treml 2025-07-01 19:41:04 +02:00
parent c7f04f1f9e
commit 73df29a8bd
3 changed files with 22 additions and 31 deletions

View file

@ -2,6 +2,5 @@ extends Terminal
@onready var pty = $PTY
func _ready():
pty.fork()