-
Notifications
You must be signed in to change notification settings - Fork 3
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
open
doesn't work on some user machines, why not use electron.shell.openPath
?
#108
Comments
Reopening as |
The current latest version of the desktop auth client doesn't work on linux and mac. Can reproduce on a desktop application I'm working on which is using the latest (@itwin/electron-authorization@0.13.0) I can confirm that |
Sorry @MichaelBelousov it's gotten caught up in a PR with some other things. I'll extract that since it is an easy fix and we can release it asap. |
I wouldn't describe it as urgent on my end @ben-polinsky, just been a bit and wanted to make sure it's still being worked on. Can wait for the larger PR too. |
Definitely a priority. |
A colleague confirmed using |
merged.. waiting for release |
This is released in @itwin/electron-authorization@0.14.0 |
Can we switch from using
open
hereto
electron.shell.openPath
, as recommended in the README ofopen
itself?I have found users where
open
doesn't work to open the browser (as it's used here anyway), where as electron'sshell.openPath
works fine.The text was updated successfully, but these errors were encountered: