Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #3 from brave/productDirName-overrides
Browse files Browse the repository at this point in the history
Redo CrProductDirName overrides on Mac (backward compatible)
  • Loading branch information
bsclifton authored Sep 15, 2017
2 parents 4be58b3 + 8c5d49f commit 0dcbc2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mac.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ module.exports = {
appPlist.CFBundleDisplayName = opts.name
appPlist.CFBundleIdentifier = appBundleIdentifier
appPlist.CFBundleName = opts.name
appPlist.CrProductDirName = opts['product-dir-name'] || opts.name
helperPlist.CFBundleDisplayName = opts.name + ' Helper'
helperPlist.CFBundleIdentifier = helperBundleIdentifier
appPlist.CFBundleExecutable = opts.name
Expand Down

0 comments on commit 0dcbc2d

Please sign in to comment.