mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-04 04:55:30 +02:00
fixed env and cwd for windows
This commit is contained in:
parent
c7f04f1f9e
commit
73df29a8bd
3 changed files with 22 additions and 31 deletions
|
@ -2,6 +2,5 @@ extends Terminal
|
|||
|
||||
@onready var pty = $PTY
|
||||
|
||||
|
||||
func _ready():
|
||||
pty.fork()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue