Index: scripts/slave/recipes/webrtc/ios_api_framework.py |
diff --git a/scripts/slave/recipes/webrtc/ios_api_framework.py b/scripts/slave/recipes/webrtc/ios_api_framework.py |
index 870b4d5763ee447998ff91217fec8e504a1448f6..01b46315de9df6c8504adce10668ed6dd03e2265 100644 |
--- a/scripts/slave/recipes/webrtc/ios_api_framework.py |
+++ b/scripts/slave/recipes/webrtc/ios_api_framework.py |
@@ -56,7 +56,7 @@ def RunSteps(api): |
zip_out = api.path['slave_build'].join('webrtc_ios_api_framework.zip') |
pkg = api.zip.make_package(output_dir, zip_out) |
pkg.add_directory(output_dir.join('WebRTC.framework')) |
- pkg.add_directory(output_dir.join('WebRTC.framework.dSYM')) |
+ pkg.add_directory(output_dir.join('WebRTC.dSYM')) |
# TODO(kjellander): Readd when bugs.webrtc.org/6372 is fixed. |
#pkg.add_file(output_dir.join('LICENSE.html')) |
pkg.zip('zip archive') |