diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 1c02c89ae3..83ecc89844 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -353,7 +353,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "$root_out_dir/AppRTCMobileBroadcastUpload.appex", ] outputs = [ - "{{bundle_plugins_dir}}/{{source_file_part}}", + "{{bundle_contents_dir}}/Plugins/{{source_file_part}}", ] } @@ -366,7 +366,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "$root_out_dir/AppRTCMobileBroadcastSetupUI.appex", ] outputs = [ - "{{bundle_plugins_dir}}/{{source_file_part}}", + "{{bundle_contents_dir}}/Plugins/{{source_file_part}}", ] }