-
Notifications
You must be signed in to change notification settings - Fork 55
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
osx ? #15
Comments
Hi! Yes that s a great package, What do you mean by:
The json file i read is containing a lot of very specific directive, in my understanding. This electron builder handles a lot of output, |
Travisnot tried building yet. But good point. OS AgnosticWhat i mean is that each OS has differences in how url scheme can be implemented.
ManifestAt the moment he is not modelling the url-scheme hooks it seems, but i think he should. I guess lots of logic can be pulled out the electron builder. |
all the work on packaging and releasing is awesome, and i would like ot help.
I am wondering about OSX.
Have a look at this
https://github.com/murlokswarm/macpack
It can make a OSX app and gen the Plist.
What i find really interesting is that they have a OS agnostic schema description, so it can be used for all OS's.
I am also working on making url schemes work for apps so that devs can link up apps to listen for other urls and also send urls. Allows composition.
They just put in the their first version of it for OSX.
https://github.com/murlokswarm/mac/commit/82cfcdae33ec9aeb04eaade142098ef7b9c7a2f2
The text was updated successfully, but these errors were encountered: