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
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
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)
The text was updated successfully, but these errors were encountered:
21.2.0
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 ofpackage.json
I extracted the created
appx
package and looked at theAppxManifest.xml
. It doesn't look like any file association has been added like here(Not sure if this is indicative of anything)
The text was updated successfully, but these errors were encountered: