Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4032)

Unified Diff: chrome/installer/mac/app/Info.plist

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved comments, made many minor changes, ready for review! Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/mac/app/Info.plist
diff --git a/chrome/installer/mac/app/Info.plist b/chrome/installer/mac/app/Info.plist
index c671e4453955843146edbb63683132237a31268a..955f4d342502eaff8062f5c4fd6643691dafd172 100644
--- a/chrome/installer/mac/app/Info.plist
+++ b/chrome/installer/mac/app/Info.plist
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
+ <string>mac_installer_app</string>
Sidney San Martín 2016/08/19 22:06:04 I'd probably hold off on changing this until you/I
Anna Zeng 2016/08/23 03:13:43 Done.
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>

Powered by Google App Engine
This is Rietveld 408576698