Skip to content

Commit

Permalink
[iOS] Fix dylib GDExtension convertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
bruvzg authored and maidopi-usagi committed Sep 11, 2024
1 parent 4058f72 commit c443397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/ios/export/export_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ Error EditorExportPlatformIOS::_copy_asset(const Ref<EditorExportPreset> &p_pres

asset_path = asset_path.path_join(framework_name);
destination_dir = p_out_dir.path_join(asset_path);
destination = destination_dir.path_join(file_name);
destination = destination_dir;

// Convert to framework and copy.
Error err = _convert_to_framework(p_asset, destination, p_preset->get("application/bundle_identifier"));
Expand Down

0 comments on commit c443397

Please sign in to comment.