Skip to content
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 does not work #4482

Closed
ashwinmr opened this issue Nov 27, 2019 · 1 comment
Closed

File association does not work #4482

ashwinmr opened this issue Nov 27, 2019 · 1 comment

Comments

@ashwinmr
Copy link

  • Version:
    21.2.0
  • Target:
    Windows (appx)

I made a simple program for viewing images and it works as expected.
I'm trying to associate my program with all .jpg files.
My app doesn't show up on the list of programs in the open with context menu when right clicking a .jpg image file.

I have added the file association to the build section of package.json

"build": {
        "fileAssociations": [
            {
                "ext": "jpg"
            }
]}

I extracted the created appx package and looked at the AppxManifest.xml. It doesn't look like any file association has been added like here
(Not sure if this is indicative of anything)

@ashwinmr
Copy link
Author

Looks like this was fixed in #4302 and will be released in v22.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant