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
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