This commit is contained in:
luboslenco
2025-09-28 19:38:08 +02:00
parent 3b65a7a6a3
commit 6b3222e30a
39 changed files with 201 additions and 288 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ function file_cache_cloud(path: string, done: (s: string)=>void) {
dest = iron_internal_save_path();
}
else {
dest = iron_get_files_location() + path_sep;
dest = iron_internal_files_location() + path_sep;
}
dest += path;