diff --git a/scenes/shell.gd b/scenes/shell.gd index e406540..2648942 100644 --- a/scenes/shell.gd +++ b/scenes/shell.gd @@ -8,7 +8,7 @@ var _os = OS.get_name() func _init(): # Create required directories and move into the tmp directory. - _cwd = "/tmp" + _cwd = OS.get_user_data_dir() + "/tmp" run("mkdir -p '%s/repos'" % game.tmp_prefix) _cwd = game.tmp_prefix