-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
File association on windows #79
File association on windows #79
Conversation
By analyzing the blame information on this pull request, we identified @stefanjudis, @demetris-manikas and @vxsx to be potential reviewers |
@@ -139,6 +143,10 @@ Icon to be shown in installation process. | |||
### `win.nsiTemplate` *( optional )* | |||
Option to define a custom NSI installation file. | |||
|
|||
### `win.fileAssociation` *( optional )* | |||
Option to define a custom file association on Windows. | |||
Caution: `win.fileAssociation` does not work when `win.nsiTemplate` is defined. |
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.
It should still work if the custom template is based on the original one
Hi @stefanjudis, @demetris-manikas and @vxsx, |
@vQuagliaro sorry for delay. I'm currently on vacation but will be back tomorrow. So I'm trying to get to it asap. |
Very good! |
Hi @stefanjudis, |
Hey hey, I finally had some time to look at it. Sorry again for the delay.
Can you explain me the use case for this. I'm not familiar with this file association thing. :( |
@stefanjudis I worked with Vincent on a project with Electron. File association in Windows is the feature that allows you to tell Windows that a Then, when the user double-clicks on the files with your custom file type, it opens them automatically with your application. Here is a blog article we wrote on this feature to explain it in more detail: http://www.theodo.fr/blog/2015/12/link-files-to-application-in-windows/ |
Uhhh nice!!! Thanks for explanation. What about the macos counterpart. Did you folks play around with that too? |
@stefanjudis It is on our TODO list. But the mechanism seems to be quite different and it is not in the scope of the project we are working on at work for the moment. But we are building an |
Fair enough - probably we would need a proper package installer for that. :) I will check this PR tonight then and probably also ship a new version of |
Shi.... I was working through the PR's from top. :( Sorry. |
4170537
to
e3b170a
Compare
@stefanjudis Thanks for all. |
@stefanjudis, |
LGTM! 👍 Just a little side note... please check commit messages of the project. ;) But thanks for contribution. :) |
File association on windows
No description provided.