mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Remove unnecessary string replacement
This commit is contained in:
parent
91c62fb856
commit
e029e66454
@ -1528,8 +1528,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
|
||||
|
||||
//write
|
||||
|
||||
file = file.replace_first("ios/", "");
|
||||
|
||||
if (files_to_parse.has(file)) {
|
||||
_fix_config_file(p_preset, data, config_data, p_debug);
|
||||
} else if (file.begins_with("libgodot.ios")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user