microsoft / msix-packaging

MSIX SDK
MIT License
963 stars 163 forks source link

[BUG] Application shortcut created is not honoring the parameters defined in the AppxManifest.xml #631

Open bryanjasonsee opened 1 month ago

bryanjasonsee commented 1 month ago

Project MSIX SDK

Describe the bug Application shortcut created is not honoring the parameters defined in the AppxManifest.xml In the schema, it is mentioned that uap10:Parameters is available but this value is not being used in the MSIX SDK https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/uapmanifestschema/element-application

To Reproduce Steps to reproduce the behavior:

Expected behavior The shortcut (.lnk) file should contain the arguments defined in Appxmanifest.xml's Application@uap10:Parameters

Platform Windows