YehudaKremer / msix

Create Msix installer for flutter windows-build files.
https://pub.dev/packages/msix
MIT License
276 stars 68 forks source link

[FEATURE REQUEST] Pass Custom Values to `<Application>` element in `AppxManifest.xml` #219

Open theLee3 opened 1 year ago

theLee3 commented 1 year ago

:speech_balloon: Description

Allowing custom values for tags under the <Application> element, such as DisplayName, Description, and ShortName (maybe even the Logo resources) would be beneficial, particularly for apps with localized resources. Currently, one must build, then edit AppxManifest.xml, then pack the msix. This obviously opens the door for typos and mistakes in a step that could easily be automated.

For reference, a localized resource name is defined as a string in the form ms-resource:<identifier>, in case this matters during development.

:question: Platform

Windows