We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c73ac74 + 824324e commit d0fc7f7Copy full SHA for d0fc7f7
platform/ios/export/export_plugin.cpp
@@ -1628,7 +1628,7 @@ Error EditorExportPlatformIOS::_copy_asset(const Ref<EditorExportPreset> &p_pres
1628
1629
asset_path = asset_path.path_join(framework_name);
1630
destination_dir = p_out_dir.path_join(asset_path);
1631
- destination = destination_dir.path_join(file_name);
+ destination = destination_dir;
1632
1633
// Convert to framework and copy.
1634
Error err = _convert_to_framework(p_asset, destination, p_preset->get("application/bundle_identifier"));
0 commit comments