Merge pull request #82084 from ogapo/pr/pck-cache-merge
Merge `uid_cache.bin` and `global_script_class_cache.cfg` after mounting PCKs
This commit is contained in:
commit
0475011c66
16 changed files with 112 additions and 47 deletions
|
|
@ -980,6 +980,9 @@ void EditorNode::_fs_changed() {
|
|||
err = platform->export_zip(export_preset, export_defer.debug, export_path);
|
||||
} else if (export_path.ends_with(".pck")) {
|
||||
err = platform->export_pack(export_preset, export_defer.debug, export_path);
|
||||
} else {
|
||||
ERR_PRINT(vformat("Export path \"%s\" doesn't end with a supported extension.", export_path));
|
||||
err = FAILED;
|
||||
}
|
||||
} else { // Normal project export.
|
||||
String config_error;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue