Skip to content

Custom App Manifest and Resource File Support #4885

Description

@InfyniteHeap

Suggestion

The existing windows-reactor-setup crate doesn't support customizing app.manifest, causing developers cannot add other items to the existing manifest.

For example. I want to embed this manifest in my app:

Image

But when I try doing so by using crate embed-resource, a linking error is displayed:

Image

As windows_reactor_setup::as_self_contained() completes copying manifest and embedding it in app all at once, there are no ways to merge these two manifests.

Besides that, the existing behavior also made embedding resource file (*.rc file) impossible. That means, developers cannot embed app icon and file info in binary.

Considering both of them are practical, I think this can be improved by opening some APIs to allow developers to add their own items to manifest, and to customize app icon and file info.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions