-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] Added FreeBSD support #126
Conversation
Added a first implemetation for the FreeBSD support Signed-off-by: Vanja Cvelbar <b100w11@gmail.com>
// "brave": "~/.config/BraveSoftware/Brave-Browser/NativeMessagingHosts", | ||
// "vivaldi": "~/.config/vivaldi/NativeMessagingHosts", | ||
"iridium": "~/.config/iridium/NativeMessagingHosts", | ||
// "slimjet": "~/.config/slimjet/NativeMessagingHosts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the commented out browsers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no support for those browsers in FreeBSD
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case please just remove them.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case please just remove them.
Resolved in PR137
Co-authored-by: AnomalRoil <AnomalRoil@users.noreply.github.com> Signed-off-by: Vanja Cvelbar <b100w11@gmail.com>
Just wondering if there's anything holding this PR up? I'm happy to help out in any way to get it moving! |
Added a first implemetation for the FreeBSD support