Files
brave-core/build/mac/pkg-scripts
Kevin Kuehler f943f86bb2 macos: Fix postinstall for lowercase refcodes
For lowercase referral codes we normalize them to uppercase. When
stripping the referral code from the filename, that means we need to do
a case insensitive replacement. We use perl instead of sed because macOS
uses BSD sed, which doesn't support the "i" flag for regex.

Fixes https://github.com/brave/brave-browser/issues/9785
2020-05-14 12:48:14 -07:00
..