Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a utility for generating a Windows application manifest #44

Open
segevfiner opened this issue Oct 22, 2022 · 0 comments
Open

Add a utility for generating a Windows application manifest #44

segevfiner opened this issue Oct 22, 2022 · 0 comments

Comments

@segevfiner
Copy link

Instead of having to hand code a Windows application manifest and embed it into the build.rs script as a string or as a file, it would be nice to have a utility to generate such a manifest by code. e.g.

    shadow.set_manifest(WindowsManifest::new()
        .set_...()
        .set_...()
        .build())

See https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant