Index: build/config/mac/mac_app.py |
diff --git a/build/config/mac/mac_app.py b/build/config/mac/mac_app.py |
index 70c313a65e68cdead795dee9d62cdaa91db28864..cbc9d0338ef65b078c2e024372c4a3b9ae4cf521 100644 |
--- a/build/config/mac/mac_app.py |
+++ b/build/config/mac/mac_app.py |
@@ -25,7 +25,7 @@ def ProcessInfoPlist(args): |
return subprocess.check_call([ |
'/usr/bin/env', |
'xcrun', |
- 'plutil' |
+ 'plutil', |
'-convert', |
'binary1', |
'-o', |