You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Allow for different default search engines based on region. (#14647)
Installer
Check that installer is close to the size of last release.
Check signature: If OS Run spctl --assess --verbose /Applications/Brave.app/ and make sure it returns accepted. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.
Check Brave, muon, and libchromiumcontent version in about:brave and make sure it is EXACTLY as expected.
Update tests
Test that updating using BRAVE_UPDATE_VERSION=0.8.3 env variable works correctly.
Test that using BRAVE_ENABLE_PREVIEW_UPDATES=TRUE env variable works and prompts for preview build updates.
The text was updated successfully, but these errors were encountered:
Per release specialty tests
Installer
spctl --assess --verbose /Applications/Brave.app/
and make sure it returnsaccepted
. If Windows right click on the installer exe and go to Properties, go to the Digital Signatures tab and double click on the signature. Make sure it says "The digital signature is OK" in the popup window.about:brave
and make sure it is EXACTLY as expected.Update tests
BRAVE_UPDATE_VERSION=0.8.3
env variable works correctly.BRAVE_ENABLE_PREVIEW_UPDATES=TRUE
env variable works and prompts for preview build updates.The text was updated successfully, but these errors were encountered: