This commit is contained in:
ojlanders 2024-02-19 07:17:15 -07:00 committed by GitHub
commit 4a4c22f592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ var _os = OS.get_name()
func _init(): func _init():
# Create required directories and move into the tmp directory. # 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) run("mkdir -p '%s/repos'" % game.tmp_prefix)
_cwd = game.tmp_prefix _cwd = game.tmp_prefix