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 was archived by the owner on Dec 11, 2019. It is now read-only.
Clicking on "Use Brave" does not work at all under Linux (Fedora 24 and Ubuntu). Also if I manually set Brave as default browser the check popup still appears, despite the fact that Brave is my default browser.
if your node_modules already exists and contains a ref to 1.4.14 I think it just re-installs that same version, I find just clearing node_modules before npm install works better. You can also use npm update electron-prebuilt and it might work.
Clicking on "Use Brave" does not work at all under Linux (Fedora 24 and Ubuntu). Also if I manually set Brave as default browser the check popup still appears, despite the fact that Brave is my default browser.
In order to implement this please see the man page for
xdg-mime
https://linux.die.net/man/1/xdg-mimeTo check if brave is the default browser on the system:
If the output of these commands is not
brave.desktop
then to set is as default scheme handle do the following:cc @bbondy @darkdh
The text was updated successfully, but these errors were encountered: