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 Mar 7, 2020. It is now read-only.
I managed to get this to work on MacOS. (Would be helpful to add a line to the readme stating that you have to bundle the app for this to work on MacOS.)
The app does open but if I provide an argument to the link, e.g. "scheme://ARG", is there a way for me to use that argument inside my app?
The text was updated successfully, but these errors were encountered:
Thanks for the quick response!
I was using Electron until recently but am now directly using your code in a compiled Rust app as I don‘t really need a GUI and therefore Electron is a lot of unnecessary dead weight to ship.
I‘m trying to make a custom protocol that allows me to show files and folders in the native explorer from within the browser (Reveal in Finder on MacOS and Reveal in Explorer on Windows). I use a jsonwebtoken to verify that only my application can launch that kind of link.
My application works really well on Windows as on that platform when the application is launched via the URI Windows simply passes the whole URL as a argument to the app. However, this doesn‘t seem to work like that on MacOS.
Would you have any hints as to what I could try?
Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I managed to get this to work on MacOS. (Would be helpful to add a line to the readme stating that you have to bundle the app for this to work on MacOS.)
The app does open but if I provide an argument to the link, e.g. "scheme://ARG", is there a way for me to use that argument inside my app?
The text was updated successfully, but these errors were encountered: