| Index: chrome/installer/mac/app_resource_rules.plist.in
|
| diff --git a/chrome/installer/mac/app_resource_rules.plist.in b/chrome/installer/mac/app_resource_rules.plist.in
|
| index 6fc6246b4bd505b5d70ce3c15be93c9697f1454b..f3d24cd199fde780e989374dbd2425503fc7ccbe 100644
|
| --- a/chrome/installer/mac/app_resource_rules.plist.in
|
| +++ b/chrome/installer/mac/app_resource_rules.plist.in
|
| @@ -68,8 +68,6 @@
|
| </dict>
|
| <key>^Versions/@VERSION_REGEX@/</key>
|
| <dict>
|
| - <key>nested</key>
|
| - <true/>
|
| <key>weight</key>
|
| <real>20</real>
|
| </dict>
|
| @@ -80,6 +78,20 @@
|
| <key>weight</key>
|
| <real>30</real>
|
| </dict>
|
| + <key>^Versions/@VERSION_REGEX@/.+/Resources/.+\.lproj/</key>
|
| + <dict>
|
| + <key>optional</key>
|
| + <true/>
|
| + <key>weight</key>
|
| + <real>30</real>
|
| + </dict>
|
| + <key>^Versions/@VERSION_REGEX@/.+/Resources Disabled/</key>
|
| + <dict>
|
| + <key>omit</key>
|
| + <true/>
|
| + <key>weight</key>
|
| + <real>40</real>
|
| + </dict>
|
| <key>/\.DS_Store$</key>
|
| <dict>
|
| <key>omit</key>
|
|
|