You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user