How can I ship an icon (or font) in a fragment in a MSIX? #14152

Open
opened 2026-01-31 04:02:19 +00:00 by claunia · 0 comments
Owner

Originally created by @davidanthoff on GitHub (Jun 8, 2021).

I am now shipping a profile fragment in the Julia MSIX Windows Store installer here. It works great! I still have one question, though: how can I ship an icon in my fragment that will be used? I tried putting an icon file next to the fragment json and then just adding "icon": "julia.ico" to the fragment, but with that it complained that it couldn't find the icon.

I think I need some way to specify a relative path here that is relative to the fragment file location, right? Is there some way to do that?

Originally created by @davidanthoff on GitHub (Jun 8, 2021). I am now shipping a profile fragment in the Julia MSIX Windows Store installer [here](https://www.microsoft.com/store/apps/9NJNWW8PVKMN). It works great! I still have one question, though: how can I ship an icon in my fragment that will be used? I tried putting an icon file next to the fragment json and then just adding `"icon": "julia.ico"` to the fragment, but with that it complained that it couldn't find the icon. I think I need some way to specify a relative path here that is relative to the fragment file location, right? Is there some way to do that?
claunia added the Area-SettingsIssue-TaskNeeds-Tag-FixProduct-Terminal labels 2026-01-31 04:02:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14152