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

[feat] tauri-build function to embed a manifest on Windows #5584

Closed
FabianLars opened this issue Nov 8, 2022 · 0 comments
Closed

[feat] tauri-build function to embed a manifest on Windows #5584

FabianLars opened this issue Nov 8, 2022 · 0 comments

Comments

@FabianLars
Copy link
Sponsor Member

Describe the problem

Currently there is no way to embed your own manifest on Windows.
A common use-case is to change the exe permissions to always require elevation, basically like this: https://github.com/nabijaczleweli/rust-embed-resource#example-embedding-a-windows-manifest

This used to work in 1.0 before we started embedding our own manifest in #4840.

Describe the solution you'd like

A new api in tauri-build similar to sdk_dir.
I'm not sure if we can somehow merge them or if we should handle it similar to the wix template: the user takes our template and modifies it instead of creating their own from scratch.

Alternatives considered

No response

Additional context

No response

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

No branches or pull requests

1 participant