You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Remove unnecessary string replacement
This commit is contained in:
@@ -1528,8 +1528,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
|
|||||||
|
|
||||||
//write
|
//write
|
||||||
|
|
||||||
file = file.replace_first("ios/", "");
|
|
||||||
|
|
||||||
if (files_to_parse.has(file)) {
|
if (files_to_parse.has(file)) {
|
||||||
_fix_config_file(p_preset, data, config_data, p_debug);
|
_fix_config_file(p_preset, data, config_data, p_debug);
|
||||||
} else if (file.begins_with("libgodot.ios")) {
|
} else if (file.begins_with("libgodot.ios")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user